Posts

Showing posts with the label tar

Unix tar, gzip

Compression tar cvf sample.tar ./directory gzip sample.tar Uncompressed gzip -d sample.tar.gz tar -xvf sample.tar