gzip filename.txt https://stackoverflow.com/questions/5151496/how-to-convert-txt-to-gz-z-in-linux How to convert txt to .gz / .z in Linux In Linux, how to convert txt to .gz / .z and how to view that converted tar file? I tried the command below, but it is not working. tar -cf filename.z filename.txt tar -cf filebane.gz filename.tx... stackoverflow.com