Shell/Bash: tar.gz terminal Example
Shell/Bash Example: This is the "tar.gz terminal" Example. compiled from many sources on the internet by SimpleTutorials.org
how to tar a file
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
tar.gz terminal
tar -xzvf archive.tar.gz
how to zip with tar command
tar -czvf archive.tar.gz /usr/local/something
* Summary: This "tar.gz terminal" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!