random and perhaps useful information
cat file | perl -e 'print reverse <>'
just use `tac`$ tac file
Nice. Thanks!
Post a Comment
2 comments:
just use `tac`
$ tac file
Nice. Thanks!
Post a Comment