rev: add page (#18171)

This commit is contained in:
DNEGEL3125
2025-09-24 03:23:33 +08:00
committed by GitHub
parent b96fbca225
commit c28c9eb8ea
+12
View File
@@ -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`