[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] raqq550 TTL
- Subject: Re: [cobalt-users] raqq550 TTL
- From: Thom LaCosta <baltimoremd@xxxxxxxxxxxxxxx>
- Date: Wed May 14 06:05:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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