Files
2024-02-19 00:21:39 -05:00

66 lines
487 B
Plaintext

Command: rev - reverse the characters on each line of a file
Syntax: rev [file] ...
Flags: (none)
Example: rev file # Reverse each line
Each file is copied to standard output with all the characters of
each line reversed, last one first and first one last.