In this video, you will learn:
- How to create, extract, and compress an archive.
- The difference between
.tar
,tar.gz
, and.tgz
files. - How to use the
gzip
andgunzip
commands.. - The difference between “
tar cvf
” and “tar -cvf
” (notice the hyphen…) - Some bonus command line tips to speed up working with
tar
(and any other type of) files.