|
read arguments from shell
I have to write a C program using sys call (read, no fread) to read from shell all the parameters, without know how many are them.
I tryed in some ways, but I have no success.
Any Idea?
Can I use read to read from stdin?
Last edited by DNAx86; 05-11-2008 at 08:21 AM.
|