🪄 Tar & Gzip

File compression and directory archiving magic

Compress with Gzip

file_type_config command line
gzip somefile.txt

gzip -d somefile.txt.gz

Archive with Tar

file_type_config command line
tar -cvf archive.tar /path/to/dir

tar -czvf archive.tar.gz /path/to/dir

tar -xzf archive.tar.gz

Bonus Video

Questions? Let's chat

Open Discord