How to read the contents of a compressed file in Linux?
|
|
|
|
|
Question: How to read the contents of a compressed file in Linux?
Answer:
The zcat command can be used to read the contents of a compressed text file without the need to uncompress it mannually first.
|