http://qs321.pair.com?node_id=515507


in reply to Re: What one-liners do people actually use?
in thread What one-liners do people actually use?

perl -v
Other than that the only one I use is search and replace.
perl -pi -e 's/somestring/otherstring/g' *.htm

cut, grep, xargs and find ususally do instead