smart stuff
Command of the day
31 Dec 04 -
http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/CommandOfTheDay.rdoc
Happy new year!
ruby -i.bak -pe 'sub "2004", "2005"' *
Stefan suggested:
find . -print | xargs ruby ... :-)