Mail Archives: cygwin/1998/11/11/05:43:59
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 AT us DOT ibm DOT com> 914 945-4346 (Fax x4425)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -