I am new to Shell scripting.How am I supposed to take the output of a c program that i execute and give it as an input to another c program all using shell.
|
feedback
|
closed as off topic by Ward, Iain♦, Zoredache, Chopper3 Jun 20 '11 at 7:34
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
Assuming
| |||
|
feedback
|
|
You need to learn about bash pipes and redirection. In particular to pass the output of one program to the input of another use the
| |||||
feedback
|