zless
zless
# To display the file `file.gz` one screenful at a time:
zless file.gz
# To overwrite the existing file `file.txt.gz`:
zless -f file.gz
# To show help for the `zless` command:
zless --helphelp
Usage: /usr/bin/zless [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of any compressed FILEs.
Options are the same as for 'less'breakdown
Last updated