Unix for Beginners
Unix Shell Programming
Advanced Unix
Unix Useful References
Unix Useful Resources
Selected Reading
© 2011 TutorialsPoint.COM
|
rev - Unix, Linux Command
NAME
rev
- reverse lines of a file
SYNOPSIS
rev
[file]
DESCRIPTION
The
rev
utility copies the specified files to the standard output, reversing the
order of characters in every line.
If no files are specified, the standard input is read.
|
|
|