On Thu, 18 Feb 1999, you wrote:
>in file "myfile"
>I want to replace all the occurances of string "bob" with
>string "tom"

sed -e 's/bob/tom/g' < myfile > newfile

Taral
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to