Forrest logo
back to context overview

lrunzip

List of commands for lrunzip:

  • lrunzip:tldr:32780 lrunzip: Decompress a file and silently overwrite files if they exist.
    $ lrunzip -f ${filename-lrz}
    try on your machine
    explain this command
  • lrunzip:tldr:80f20 lrunzip: Keep broken or damaged files instead of deleting them when decompressing.
    $ lrunzip -K ${filename-lrz}
    try on your machine
    explain this command
  • lrunzip:tldr:8393d lrunzip: Decompress a file.
    $ lrunzip ${filename-lrz}
    try on your machine
    explain this command
  • lrunzip:tldr:932fb lrunzip: Specify output file name and/or path.
    $ lrunzip -o ${outfilename} ${filename-lrz}
    try on your machine
    explain this command
  • lrunzip:tldr:cd6f9 lrunzip: Decompress a file using a specific number of processor threads.
    $ lrunzip -p ${8} ${filename-lrz}
    try on your machine
    explain this command
back to context overview