Anyone reading this many years after the post... in terminal type cd[space] then drag the folder onto terminal followed by return to navigate to the folder.
Stumbled here from the future to thank you for posting this!
I actually landed here by mistake but quickly became confused by how long the first couple of help posts were and how much time it probably wasted of the OP who in the end was just given a URL to go read more...
I get that on developer forums, it can be seen as rude to ask these questions without at least doing your own due diligence... But as far as I can tell, this site is not at all geared towards devs. IMO, the OP asked a really good question for a really frustrating task and initially got a slew of dumb help and probably spent more time reading than he would have had he just done the task manually.
Anyways, super cool of you to drop in years later to help more people not waste their time since this thread is pretty high on the list for searches like this.
Short summary:
1. Open Terminal
2. Type 'cd' followed by [space], ( 'cd ' )
3. Drag the folder into Terminal, then press [return]
4. Paste 'unzip \*.zip' then press [return]
Thank you so so much for the guide! And for BlackDuke07 for making it so much easier!
Thank you as well! You have inspired me to keep the shortening of this going! Maybe someone else will do the same in the future.
1. Open Terminal
Shortcut ---> Press ⌘+Space, and start typing 'terminal', press return once the app shows as the 1st result.
2. Press & hold ⌘ while
dragging the folder from Looker into Terminal.
3.
Paste 'unzip \*.zip' then press [return]
Same results as posted above, just less typing since when you
Press & hold ⌘ while
dragging the folder, terminal auto-fills 'cd[space]' & also the path together.
Possibilities are nearly limitless when editing your shell! Just Google that one! Time for me to get out of the rabbit hole.