mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 06:53:39 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
333 B
333 B
bzip2
Compressore di file a blocchi ordinati. Maggiori informazioni: http://bzip.org.
- Comprimi un file:
bzip2 {{percorso/del/file}}
- Decomprimi un file:
bzip2 -d {{percorso/del/file_compresso.bz2}}
- Decomprimi un file e mostrane il contenuto su standard output:
bzip2 -dc {{percorso/del/file_compresso.bz2}}