Christopher X. Candreva wrote:
On Tue, 25 Apr 2006, G.W. Haywood wrote:If you know a gunzip option that will NOT delete the compresed file, that would be the prefered method.cat file.gz | gunzip > fileThat's not a gunzip option -- that's (almost) exactly what I'm doing in the program that I'm looking for an alternative for.
gunzip -c file.gz > file Regards, Rick _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
