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

Re: [cobalt-users] raqq550 TTL



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.