Answers for "linux compress file and folder"

1

linux compress folder

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

how to compress files using terminal in linux

zip ZipName file1 file2 file3
Posted by: Guest on April-27-2022

Code answers related to "linux compress file and folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language