Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
back to context overview