mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:38:56 +08:00
rev: add page (#18171)
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
# rev
|
||||||
|
|
||||||
|
> Reverse lines of text.
|
||||||
|
> More information: <https://keith.github.io/xcode-man-pages/rev.1.html>.
|
||||||
|
|
||||||
|
- Reverse each line in a file to `stdout`:
|
||||||
|
|
||||||
|
`rev {{path/to/file}}`
|
||||||
|
|
||||||
|
- Reverse each line from `stdin` to `stdout`:
|
||||||
|
|
||||||
|
`{{command}} | rev`
|
||||||
Reference in New Issue
Block a user