B20 xargs troubles

marc_auslander@us.ibm.com marc_auslander@us.ibm.com
Tue Nov 10 06:43:00 GMT 1998


find . -print | xargs grep ...  is failing for me in an inconsistent way.
Sometimes, the xargs part stops before the end of the find.  I can
reproduce a similar failure with:

find . -print > /tmp/foo  (once)


xargs grep ... < /tmp/foo
 or even
xargs echo SOMETHING < /tmp/foo

so it doesn't appear related to find or pipelines.

But none of the experiments are reproducable over a period of time.  Its
almost as if some hidden state changes now and then and changes the
behavior.  Although its hard to pin down, it appears that rather large
lists are needed.  One that fails has 1531 lines and 50926 characters.

If it makes any difference, I an NOT running with CYGWIN=tty.


Marc Auslander   <Marc_Auslander@us.ibm.com>   914 945-4346  (Fax x4425)


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list