Here's another approach: find . -name "*.txt" | while read f ; do sed 's/which/that/' "$f" >foo && mv foo "$f" ; done ********************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the following text in the *body* (*not* the subject line) of the letter: unsubscribe gnhlug **********************************************************
- Scripts and spaces (was: setup) Benjamin Scott
- RE: Scripts and spaces (was: setup) Tilly, Lawrence
- RE: Scripts and spaces (was: setup) Benjamin Scott
- Re: Scripts and spaces (was: setup) James R. Van Zandt
- Re: Scripts and spaces (was: setup) Kevin D. Clark
- Re: Scripts and spaces (was: setup) Michael O'Donnell
- Re: Scripts and spaces (was: setup) Benjamin Scott
