[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] raqq550 TTL
- Subject: Re: [cobalt-users] raqq550 TTL
- From: Pitr <pitr@xxxxxxxxx>
- Date: Wed May 14 05:48:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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.
On Wed, 2003-05-14 at 08:01, Brian Rahill wrote:
> Hi,
>
> I have to change the TTL on about 150 domains. I was wondering if there
> was a way to do this at the command line instead of doing it individually
> through the gui.