Perl one-liners

Various one-liners

Reverse files abc.txt and xyz.txt

perl -e 'print reverse <>' abc.txt xyz.txt

Last Updated: Fri Apr 23 16:35:50 2010