|
From: Sylvain G. <syl...@so...> - 2001-01-11 16:12:59
|
On Thu, Jan 11, 2001 at 08:58:17AM -0700, david wrote: > Hi, I was trying to update the LCARS theme to include epplet support, > and I decided to start by just wholesale copying the BrushedMetal > epplets directory over (thanks, Tiger!). Well, of course the colors > are all wrong, but I'm frankly too lazy to go through and produce my > own images. Which brings me to my question: I swear I've seen mention > on this list about a tool that will do batch edits of files? I > basically want to go through all the images and replace "grey" with > "Star Trek Blue". Any ideas on how to do this? Any pointers (like, > Hey idiot, you are going about this the wrong way!) ? Do i win the shortest answer possible with the following line ? perl -p -i -e 's/grey/Star Trek Blue/g' `find . -name '*.cfg'` -- Sylvain GIL |