Thursday, July 16, 2015

linux - Compress folder using pigz without tar

pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data.


But this tool is used only to compress a single file.


How i can manage it to compress folders too from source code:
http://www.zlib.net/pigz/pigz-2.3.3.tar.gz


Or any other idea ... but without using TAR since i want use it too in windows os.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...