add directory Minix
This commit is contained in:
65
Minix/1.7.5/MANUALS/CAT0/REV
Normal file
65
Minix/1.7.5/MANUALS/CAT0/REV
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user