Your school’s system still has the old “compress” style utilities rather than the newer GNU “gzip” based ones.
You need to use gzcat
rather than zcat
, assuming that it’s available.
Your school’s system still has the old “compress” style utilities rather than the newer GNU “gzip” based ones.
You need to use gzcat
rather than zcat
, assuming that it’s available.