/ Published in: Bash
This zips all files and directories
-r:Includes all files and directories -> Files
filename.zip:The zip file you want to create
foldername:The folder you are targetting or use * if your currently in the folder
Expand |
Embed | Plain Text
zip -r filename.zip foldername
You need to login to post a comment.
