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. *****************************************************************
- RE: Another (simpler) bash scripting question... Jerry Feldman
- Re: Another (simpler) bash scripting question... Michael O'Donnell
- Re: Another (simpler) bash scripting question... Michael O'Donnell
- Re: Another (simpler) bash scripting question..... Kevin D. Clark
- Re: Another (simpler) bash scripting questi... Derek D. Martin
- Re: Another (simpler) bash scripting qu... Steven W. Orr
- Re: Another (simpler) bash scripti... Michael O'Donnell
- Re: Another (simpler) bash scripti... Benjamin Scott
- Re: Another (simpler) bash scripti... Michael O'Donnell
- Re: Another (simpler) bash scripti... Benjamin Scott
- Re: Another (simpler) bash scripti... Michael O'Donnell
- Re: Another (simpler) bash scripti... Benjamin Scott
- Re: Another (simpler) bash scripti... pll
- Re: Another (simpler) bash scripti... Benjamin Scott
- Re: Another (simpler) bash scripti... Ben Boulanger
- Re: Another (simpler) bash scripti... Michael O'Donnell
- Re: Another (simpler) bash scripti... pll
- Re: Another (simpler) bash scripti... Michael O'Donnell
- Re: Another (simpler) bash scripti... pll
- Re: Another (simpler) bash scripti... Michael O'Donnell
- Re: Another (simpler) bash scripti... Benjamin Scott
