Query: rev
OS: osf1
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rev(1) General Commands Manual rev(1)NAMErev - Reverses the sequence of characters in a lineSYNOPSISrev [file...]DESCRIPTIONThe rev command copies the named files to standard output, reversing the order of characters in every line. If no file is specified, stan- dard input is accepted.EXAMPLESThe following input is reversed as follows: % rev 123456789 987654321 "able was I ere I saw elba" "able was I ere I saw elba" <Ctrl-d> rev(1)