Interesting:

   find . -type f | while read f; do      true $f ; done   #Builtin - works
   find . -type f | while read f; do /bin/true $f ; done   #Chokes


...a memory leak somewhere in the fork() path?



*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to