Dan Harkless writes:
Vin Shelton <acs(a)xemacs.org> writes:
> John,
> Thanks for doing this. It will be a big help. Other than
> suggesting 'zcat < xemacs-21.1.*.tar.gz' | tar xf -',
Since you can't depend on someone's path not pointing to a vendor zcat,
which won't understand .gz files, it's better to suggest "gzip -c"
instead
of "zcat". Also, the "<" is superfluous.
"gzip -dc", surely?
--
The above are my opinions,
and my opinions only.