mirror of https://github.com/CrimsonTome/tldr.git
parent
c014f3c25a
commit
94352e838b
|
@ -0,0 +1,11 @@
|
||||||
|
# tac
|
||||||
|
|
||||||
|
> Stampa e concatena file al contrario.
|
||||||
|
|
||||||
|
- Stampa il contenuto di *file1* al contrario su standard output:
|
||||||
|
|
||||||
|
`tac {{file1}}`
|
||||||
|
|
||||||
|
- Concatena multipli file al contrario in un nuovo file:
|
||||||
|
|
||||||
|
`tac {{file1}} {{file2}} > {{nuovo_file}}`
|
Loading…
Reference in New Issue