Tuesday, July 12, 2005

TAR, GZIP, BZIP TEST LEARN STUFF #1

Gaining understanding of tar via the command line. Restored single files from an archive. For example:
tar -xpf tar_test.tar \tar_test/ip_sorted.txt > test.txt
Will need this knowledge to restore specific files from a tar ball. Noted that it is better not to compress backup tar archives with the z option

0 Comments:

Post a Comment

<< Home