Forrest logo
back to context overview

lrztar

List of commands for lrztar:

  • lrztar:tldr:29b94 lrztar: extreme compression, but very slow.
    $ lrztar -z ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:961a4 lrztar: Archive a directory with `tar`, then compress.
    $ lrztar ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:96b74 lrztar: Specify the output file.
    $ lrztar -o ${filename} ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:b768b lrztar: Force overwriting of existing files.
    $ lrztar -f ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:de87b lrztar: Override the number of processor threads to use.
    $ lrztar -p ${8} ${path-to-directory}
    try on your machine
    explain this command
back to context overview