Answers for "ubuntu tar to tar.gz"

21

compress with tar.gz ubuntu

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on March-11-2020
1

tar gz linux command

tar -czvf projects.tar.gz projects/
Posted by: Guest on March-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language