how to compress tar bz2 command line linux code example
Example 1: how to zip with tar command
tar -czvf archive.tar.gz stuff
Example 2: command to compress folder linux
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
tar -czvf archive.tar.gz stuff
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file