On 4/18/02 at 10:31 PM, JamesSturdevant <[EMAIL PROTECTED]> wrote: > Is there a way to read everything from stdin without > having to have a termination character? Something like > getc() would be great.
How about something like this? ( cat - ; echo ) | while read LINE ; do ... done -- David Douthitt UNIX Systems Administrator HP-UX, Unixware, Linux [EMAIL PROTECTED] _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel