Tag: tar
tar cvf foo.tar foo
tar czvf foo.tar.gz foo
tar cjvf foo.tar.bz2 foo
gzip -dc test.tgz| tar tvpf -