Forrest logo
back to context overview

znew

List of commands for znew:

  • znew:tldr:271a3 znew: Recompress a file, [K]eeping the `.Z` file if it is smaller than the `.gz` file.
    $ znew -K ${filename1-Z}
    try on your machine
    explain this command
  • znew:tldr:8a5c0 znew: Recompress a file from `.Z` to `.gz` format.
    $ znew ${filename1-Z}
    try on your machine
    explain this command
  • znew:tldr:d4b7f znew: Recompress multiple files and display the achieved size reduction % per file.
    $ znew -v ${filename1-Z} ${filename2-Z} ${filename3-Z}
    try on your machine
    explain this command
  • znew:tldr:e53b7 znew: Recompress a file using the slowest compression method (for optimal compression).
    $ znew -9 ${filename1-Z}
    try on your machine
    explain this command
back to context overview