mirror of https://github.com/CrimsonTome/tldr.git
12 lines
140 B
Markdown
12 lines
140 B
Markdown
|
# rev
|
||
|
|
||
|
> Omvänd en textrad.
|
||
|
|
||
|
- Omvänd textraden "hello":
|
||
|
|
||
|
`echo "hello" | rev`
|
||
|
|
||
|
- Omvänd hel fil och skriv till `stdout`:
|
||
|
|
||
|
`rev {{fil}}`
|