Friday, November 16, 2012

tar and zip than unzip and untar in one command.


# tar cvf - ./test | gzip > aa/hhh.tgz
# cd aa
# cat hhh.tgz | gzip -d | tar xvf -

No comments:

Post a Comment