mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 04:57:24 +00:00
Update cheatsheets
This commit is contained in:
17
rev
Normal file
17
rev
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rev
|
||||
|
||||
> Reverse a line of text.
|
||||
> More information: <https://manned.org/rev>.
|
||||
|
||||
- Reverse the text string "hello":
|
||||
|
||||
`echo "hello" | rev`
|
||||
|
||||
- Reverse an entire file and print to `stdout`:
|
||||
|
||||
`rev {{path/to/file}}`
|
||||
Reference in New Issue
Block a user