linux tar gz command code example
Example 1: create tar gz file from directory
tar -czf tarball.tar.gz my_directory/
Example 2: how to zip with tar command
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 3: how to tar linux
tar -zcvf file.tar.gz /path/to/dir/
Example 4: tar.gz terminal
tar -xzvf archive.tar.gz
Example 5: tar gz linux command
tar -czvf projects.tar.gz projects/
Example 6: how to zip with tar command
tar -czvf archive.tar.gz /usr/local/something