
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 machineexplain this command
-
xzless:tldr:dfb35 xzless: View a compressed file.$ xzless ${path-to-archive}try on your machineexplain this command
-
xzless:tldr:eb624 xzless: View a compressed file and display line numbers.$ xzless --LINE-NUMBERS ${path-to-archive}try on your machineexplain this command