Files
tldr/pages.it/common/7zr.md
Marco Bonelli f79f6011e0 Refactor: add missing or_directory where needed.
This commit adds the missing `_or_directory` to any example which is
specifying an action affecting a file or a directory, but uses the
token `{{path/to/file}}` instead of `{{path/to/file_or_directory}}`.
2019-02-08 19:43:24 +00:00

363 B

7zr

Archiviatore di file con alto fattore di compressione. Versione standalone di 7z che supporta solo file .7z.

  • Archivia un file o una directory:

7zr a {{archivio.7z}} {{percorso/a/file_o_directory}}

  • Estrai un archivio mantenendo la gerarchia delle cartelle:

7zr x {{archivio.7z}}

  • Elenca i contenuti in un archivio:

7zr l {{archivio}}