Forrest logo
back to context overview

7zr

List of commands for 7zr:

  • 7zr:tldr:22cac 7zr: [l]ist the contents of an archive.
    $ 7zr l ${path-to-archive-7z}
    try on your machine
    explain this command
  • 7zr:tldr:27207 7zr: Encrypt an existing archive (including file names).
    $ 7zr a ${path-to-encrypted-7z} -p${password} -mhe=${on} ${path-to-archive-7z}
    try on your machine
    explain this command
  • 7zr:tldr:28518 7zr: E[x]tract an archive preserving the original directory structure.
    $ 7zr x ${path-to-archive-7z}
    try on your machine
    explain this command
  • 7zr:tldr:7f216 7zr: E[x]tract an archive to `stdout`.
    $ 7zr x ${path-to-archive-7z} -so
    try on your machine
    explain this command
  • 7zr:tldr:81b0e 7zr: List available archive types.
    $ 7zr i
    try on your machine
    explain this command
  • 7zr:tldr:e24aa 7zr: E[x]tract an archive to a specific directory.
    $ 7zr x ${path-to-archive-7z} -o${path-to-output}
    try on your machine
    explain this command
  • 7zr:tldr:f32d6 7zr: [a]rchive a file or directory.
    $ 7zr a ${path-to-archive-7z} ${filename_or_directory}
    try on your machine
    explain this command
back to context overview