
zcmp
List of commands for zcmp:
-
zcmp:tldr:a4913 zcmp: Compare a file to its gzipped version (assuming `.gz` exists already).$ zcmp ${filename}try on your machineexplain this command
-
zcmp:tldr:c35f7 zcmp: Invoke `cmp` on two files compressed via `gzip`.$ zcmp ${filename1-gz} ${filename2-gz}try on your machineexplain this command