
zcat
List of commands for zcat:
-
zcat:tldr:8ab65 zcat: Print compression details of a gzipped file to the standard output.$ zcat -l ${file-txt-gz}try on your machineexplain this command
-
zcat:tldr:a1b8b zcat: Print the uncompressed contents of a gzipped file to the standard output.$ zcat ${file-txt-gz}try on your machineexplain this command