work with zip files
zip -r <end file name like file.zip> <folder>
zip up stuff
zip --encrypt -r <zip file> <folder>
zip up and encrypt with password
unzip obv undo zip
unzip
Last updated 2 years ago