mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 23:15:33 +02:00
tac: add Italian translation.
fixed typos
This commit is contained in:
parent
c014f3c25a
commit
94352e838b
1 changed files with 11 additions and 0 deletions
11
pages.it/common/tac.md
Normal file
11
pages.it/common/tac.md
Normal file
|
@ -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…
Add table
Reference in a new issue