mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 15:57:57 +01:00
94352e838b
fixed typos
11 lines
233 B
Markdown
11 lines
233 B
Markdown
# 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}}`
|