Forrest logo
back to context overview

xzless

List of commands for xzless:

  • xzless:tldr:057a0 xzless: View a compressed file and quit if the entire file can be displayed on the first screen.
    $ xzless --quit-if-one-screen ${path-to-archive}
    try on your machine
    explain this command
  • xzless:tldr:dfb35 xzless: View a compressed file.
    $ xzless ${path-to-archive}
    try on your machine
    explain this command
  • xzless:tldr:eb624 xzless: View a compressed file and display line numbers.
    $ xzless --LINE-NUMBERS ${path-to-archive}
    try on your machine
    explain this command
back to context overview