Answers for "tar gz linux command"

5

create tar gz file from directory

tar -czf tarball.tar.gz my_directory/
Posted by: Guest on October-26-2020
4

tar.gz terminal

tar -xzvf archive.tar.gz
Posted by: Guest on October-16-2020
10

how to tar linux

tar -zcvf file.tar.gz /path/to/dir/
Posted by: Guest on March-07-2020
1

tar gz linux command

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

tar.gz

tar -xvzf community_images.tar.gz
Posted by: Guest on May-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language