Re: pattern replacement

2004-07-05 Thread Matthew Seaman
On Sun, Jul 04, 2004 at 08:22:02PM -0500, Vulpes Velox wrote: > On Sun, 4 Jul 2004 17:51:22 -0500 > Jon Drews <[EMAIL PROTECTED]> wrote: > > Sed is useful for this. Here are some good tutorials on it: > > > > Common threads: Sed by example: > > http://www-106.ibm.com/developerworks/linux/library

Re: pattern replacement

2004-07-04 Thread Vulpes Velox
On Sun, 4 Jul 2004 17:51:22 -0500 Jon Drews <[EMAIL PROTECTED]> wrote: > Hi: > > Sed is useful for this. Here are some good tutorials on it: > > Common threads: Sed by example: > http://www-106.ibm.com/developerworks/linux/library/l-sed1.html > http://www-106.ibm.com/developerworks/linux/librar

Re: pattern replacement

2004-07-04 Thread Jon Drews
Hi: Sed is useful for this. Here are some good tutorials on it: Common threads: Sed by example: http://www-106.ibm.com/developerworks/linux/library/l-sed1.html http://www-106.ibm.com/developerworks/linux/library/l-sed2.html http://www-106.ibm.com/developerworks/linux/library/l-sed3.html On Sun

pattern replacement

2004-07-04 Thread Vulpes Velox
If I wanted to replace every instance of a pattern in a file with something, what would I use? Sorta like doing a include in a html file and then something goes threw and replaces that include with the file that include pointed it at? Sorta want something to make web admining easier and I am pret