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
**********************************************************

Reply via email to