Forrest logo
back to context overview

p7zip

List of commands for p7zip:

  • p7zip:tldr:0a8bf p7zip: Archive a file, replacing it with a 7zipped compressed version.
    $ p7zip ${filename}
    try on your machine
    explain this command
  • p7zip:tldr:275a4 p7zip: Decompress a file keeping the input file.
    $ p7zip -d -k ${compressed-ext}.7z
    try on your machine
    explain this command
  • p7zip:tldr:4667e p7zip: Decompress a file, replacing it with the original uncompressed version.
    $ p7zip -d ${compressed-ext}.7z
    try on your machine
    explain this command
  • p7zip:tldr:984c8 p7zip: Archive a file keeping the input file.
    $ p7zip -k ${filename}
    try on your machine
    explain this command
  • p7zip:tldr:a6cf3 p7zip: Skip some checks and force compression or decompression.
    $ p7zip -f ${filename}
    try on your machine
    explain this command
back to context overview