Results 1 to 2 of 2
actually there are three c programs double,half and square which respectively double halfs and square an integer , i have place .out file in sbin folder ,now they are processes ...
- 01-29-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
concatenation of processes in fedora
actually there are three c programs double,half and square which respectively double halfs and square an integer , i have place .out file in sbin folder ,now they are processes now i have to concatenate these three processes
like double (half
it return 8
how i will write the codes for it
- 01-29-2009 #2Just Joined!
- Join Date
- Jan 2009
- Location
- Hyderabad(India)
- Posts
- 23
say something linke,double | half
If it doesn't work,you should use IPC mechanism,like a pipe or a fifo,man 5 ipc,should give you some help.
Actually i wanted to implement such a thing it is a very good idea.
Tell me i you have any luck


Reply With Quote