mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 14:17:56 +01:00
bzip2: add Italian translation.
This commit is contained in:
parent
8e8ae280e8
commit
dc63721478
1 changed files with 15 additions and 0 deletions
15
pages.it/common/bzip2.md
Normal file
15
pages.it/common/bzip2.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# bzip2
|
||||
|
||||
> Compressore di file a blocchi ordinati.
|
||||
|
||||
- Comprimi un file:
|
||||
|
||||
`bzip2 {{percorso/al/file}}`
|
||||
|
||||
- Decomprimi un file:
|
||||
|
||||
`bzip2 -d {{percorso/al/file_compresso.bz2}}`
|
||||
|
||||
- Decomprimi un file e mostrane il contenuto su standard output:
|
||||
|
||||
`bzip2 -dc {{percorso/al/file_compresso.bz2}}`
|
Loading…
Reference in a new issue