On Sat, Aug 10, 2002 at 12:44:19PM -0500, Ricardo Lopez wrote:
> Is there a way to use grep to find instances of a pattern and replace them
> with another?

You probably want sed - man sed, or do something like:

sed -e 's/oldpattern/newpattern/g' < file.txt

Daniel
_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to