Search Results

Search: Posts Made By: tej.buch
Forum: Open Source 02-22-2006
338,909
Posted By tej.buch
Why vi?
hi...people seem to be gung ho about vi...what is so special about it? kindly inform me about its features that make it so special.....i would love to work on vi...at present im working on crimson...
Forum: Programming 02-17-2006
2,673
Posted By tej.buch
Segmentation Faults
Hello...I am developing a code that wil deal with the string manipulation functions on char arrays which have been declared as char *.

Now whenever I try to use these variables in functions like...
8,112
Posted By tej.buch
date query
Yes..I had in fact lokked into the date calc script which is immensely useful for such calculations...but the problem is that that would entail an extra shell script in the package that is to be...
8,112
Posted By tej.buch
DATE query
well let me refine my query...

I have a set of dates in the format:
YYYYMMDD stored in a file...
what i do is read each value and increment the date in each..

till now i was calling an sql...
8,112
Posted By tej.buch
date command
hi the format is YYYYMMDD.......

eg : today is
20060214
8,112
Posted By tej.buch
UNIX date command
Hello...I have have the value of date command stored in a particular format in a variable...Is there any way by which I can increment the value of the date using unix only?Until now i was calling an...
Forum: Programming 02-13-2006
8,568
Posted By tej.buch
Random number generation
Hi...How can I generate random numbers between a given range ...preferably between 1 and 100...in UNIX C programming...?

I tried out functions like rand(),drand48() etc but didnt get satisfactory...
179,957
Posted By tej.buch
favorite shell
its /bin/bash
9,964
Posted By tej.buch
FIFO Pipes
hi thanks a lot for the reply...

well from what I got to know it seems that to change the pipe buffer size I need to effect changes and then recompile my kernel....

is there any way by which i...
Forum: Programming 02-10-2006
2,568
Posted By tej.buch
dilemma in control flow
hello im facing a queer problem when i execute the foll code in unix


# include <stdio.h>
# include <unistd.h>

main(int argc,char *argv[])
{
FILE *fp =...
9,077
Posted By tej.buch
FIFO named pipes
Hi...Can anyone please guide me on FIFO Pipes in UNIX.I have lerant things like creating fifo pipes,using them for reads and writes etc.I want to know what is the maximum amount of memory that such a...
9,964
Posted By tej.buch
FIFO Pipes
Yes, I would like to know how much data can a named pipe hold in case one file keeps on writing to the pipe while no file reads the data...
9,964
Posted By tej.buch
FIFO Pipes
Hi...Can anyone please guide me on FIFO Pipes in UNIX.I have lerant things like creating fifo pipes,using them for reads and writes etc.I want to know what is the maximum amount of memory that such a...
10,779
Posted By tej.buch
well thanks a lot... i will go through...
well thanks a lot...

i will go through that....
10,779
Posted By tej.buch
Reading line by line from a file
Hello..

Is there any way in UNIX shell scripting by which we can read a file one line at a time and at the same time maintains a count of where to read the next line from?

i could not find any...
1,614
Posted By tej.buch
okay got the thing
well i got the solution....the script does change the directory but after the script ends,it returns to the present working dir from where the script was called ...

thanks ...
1,614
Posted By tej.buch
problem with directory commands
Hello...

I am having a slight problem when I run the basic directory command from a shell script...

i used the foll code::

[rasadm@telcellinux TEJ]$ cat a
pwd
date
cd ..

all the...
21,701
Posted By tej.buch
hi....i understood why the here block is...
hi....i understood why the here block is used...but i fail to understand the exact control flow behind it...i mean how does is work and what is the concept behind it? can u kindly throw some light on...
3,712
Posted By tej.buch
hi...thanks a lot.... will try it using diff...
hi...thanks a lot....
will try it using diff end and beginning markers.....
3,712
Posted By tej.buch
SQL PLUS from shell
can anyone tel me the logic behind the foll kind of blocks....the ones we use when v embed sql queries qithin shell script...

for example...

<path> sqlplus << A
................................
17,349
Posted By tej.buch
welllll got the error ...that was so foolish of...
welllll got the error ...that was so foolish of me...

i have used two diff names at two diff places....GRPSEP and GRPSRP...

thanks for ur help..

bye
17,349
Posted By tej.buch
thanks
hi mona...thanks a lot...actually i had been doing the same thing but i am still getting an error...

let me send u my code fragment....


GRPSEP=':'

if [ $FORMAT -eq 1 ]
then
echo $GRPSEP...
17,349
Posted By tej.buch
Dynamic delimiter in cut command
hello..

my prob is as follows:

i have to read from a file which may have different formats depending upon the delimiter used in the data of the file.now i need that the user input the...
Showing results 1 to 23 of 23

 
All times are GMT -4. The time now is 07:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy