Replacing text within a bunch of files

Chris redhat-list at dotcomdesigners.com
Sat Apr 10 20:10:00 UTC 2004


Thanks Ed!!

That works perfectly.

Adam



----- Original Message ----- 
From: "Ed Wilts" <ewilts at ewilts.org>
Sent: Saturday, April 10, 2004 12:49 PM
Subject: Re: Replacing text within a bunch of files


> find -type f | xargs -n 1 replace old_string new_string --
> 
> The latter will do an inplace replacement.





More information about the redhat-list mailing list