|
Compression with zcat and cpio
What is the opposite command to compress this archive:
zcat minirt.gz | cpio --extract
The above command expands the archive minirt to the current directory.
However I'd like to know the opposite command to compress all the files in the current directory with cpio and zcat.
Thanks in advance.
|