Command-line Perl scripts can make adminstering a UNIX box easier by replacing certain commands with some routine scripts. Find out how to take advantage of this approach. Perl is everywhere. Most ...
I'm looking for something that emulates Perl's s/foo/bar/, I made a simple Perl script to do it, but I was wondering if there is a program that does it?