[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] raqq550 TTL



On 14 May 2003, Pitr wrote:

> Something like this:
> perl -i -pe 's/this/that/g' *
>
> should work for you.  That will launch perl, feed it all files in the
> directory for input (the '*', make backups of your files and feed it
> *.bak instead if you like), and replace all "this" with "that".  Modify
> the search/replace strings to your preference.  I'd suggest testing it
> on some backup files first.

What do I need to make .bak backup files?


Thom