compress files in linux terminal code example
Example 1: how to zip with tar command
tar -czvf archive.tar.gz stuff
Example 2: how to zip with tar command
tar -czvf archive.tar.gz /usr/local/something
tar -czvf archive.tar.gz stuff
tar -czvf archive.tar.gz /usr/local/something