Forrest logo
back to context overview

lzop

List of commands for lzop:

  • lzop:tldr:04e18 lzop: Compress a file, while specifying the compression level. 0 = Worst, 9 = Best (Default level is 3).
    $ lzop -${level} ${filename}
    try on your machine
    explain this command
  • lzop:tldr:7f68e lzop: Decompress a file.
    $ lzop -d ${filename}.lzo
    try on your machine
    explain this command
  • lzop:tldr:d869a lzop: Compress a file into a new file with the `.lzo` suffix.
    $ lzop ${filename}
    try on your machine
    explain this command
back to context overview