On Thu, 18 Feb 1999, Kimbrough Gray wrote:

> 
> 
> I knew this command awhile ago.  But the damned spiders
> that eat away at my brain have stolen the infomation again.
> 
> in file "myfile"
> I want to replace all the occurances of string "bob" with
> string "tom"
> 
> I thought there was an easy command for this
> but i cant seem to find it in the little
> books on my table 
> I need bigger books
> 
> 


sed s/bob/tom/g myfile


RHP
--
Richard H. Pistole
[EMAIL PROTECTED]
Baka Bakka

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

Reply via email to