1
0
Fork 0
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:
marchersimon 2021-03-30 15:55:44 +02:00 committed by GitHub
parent fcaba9e278
commit 11cc51e1b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -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: