Answers for "making tar gz of file linux"

1

tar gz linux command

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

how to tar and gzip a file in linux

tar -xvzf community_images.tar.gz
Posted by: Guest on May-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language