Multiple Folders to Multiple Zips
If you have a bunch of folders and want to individually zip them up, the simplest method is to right click and compress the folder. But, if you have many folders it can get tiresome. I searched around and found a way to to run a small bash script that will loop through the top-level folders in a directory and create a zip from it. For example, say you have: Main folder: - MyFolder - Another