Tar
ZIP
- tar -cvf files.tar.gz file
- -c create, -v verbos, -f file name
- tar to pack, gz gzip, pack folder file
Unzip
- tar -xzvf file.tar.gz
- tar -xjvf file.tar.bz2
- -x unzip, -z gz attributes, -j gz2 attributes, -v verbose, -f file
ZIP
Category | Command | Description | example | example description |
---|---|---|---|---|
File/Folder | tar | zip or unzip |
|
|