You can compress recursively a folder using the following example
1 |
zip -r myfolder.zip /home/myfolder/ |
You can compress recursively a folder using the following example
1 |
zip -r myfolder.zip /home/myfolder/ |