Answers for "compress linux directory"

18

command to compress folder linux

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

linux compress folder

tar -zcf archive-name.tar.gz foldername
Posted by: Guest on May-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language