--- syntax: markdown tags: [tldr, osx] source: https://github.com/tldr-pages/tldr.git --- # rev > Reverse lines of text. > More information: . - Reverse each line in a file to `stdout`: `rev {{path/to/file}}` - Reverse each line from `stdin` to `stdout`: `{{command}} | rev`