Return to Snippet

Revision: 70759
at June 30, 2016 18:41 by rm1984


Initial Code
# Compression
$ tar -pcvzf ABC.tar.gz ABC

# Decompression
$ tar -pxvzf ABC.tar.gz

Initial URL


Initial Description
TAR command to preserve files' permissions

Initial Title
TAR command to compress and preserve files' permissions

Initial Tags
Bash

Initial Language
Bash