[plug] appending files

Leon Brooks leon at brooks.fdns.net
Fri Sep 20 14:19:15 WST 2002


On Fri, 20 Sep 2002 14:03, Jon L. Miller wrote:
> I need to append files that are already compressed (log files) into one
> (1) file.
> Would the best way be to unzip the file and do a cp file1+file2?

zcat file1.gz file2.gz | gzip > newfile.gz

Cheers; Leon



More information about the plug mailing list