Rodolfo Bandeira
← Archive
Article

How to create a .zip file in Linux

· 1 min read


Hey guys what’s up?
How to create a .zip file in your linux? From a folder and all these sub files?

bash-3.2$ zip -9 -y -r -q YOUR_FILE.zip FOLDER_TO_ZIP/

Rodolfo