mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
tac: add link (#5594)
This commit is contained in:
parent
fcaba9e278
commit
11cc51e1b9
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# tac
|
||||
|
||||
> Stampa e concatena file al contrario.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/tac-invocation.html>.
|
||||
|
||||
- Stampa il contenuto di *file1* al contrario su standard output:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# tac
|
||||
|
||||
> Print and concatenate files in reverse (last line first).
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tac-invocation.html>.
|
||||
|
||||
- Print the contents of *file1* reversed to the standard output:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue