|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Prospect
Join Date: Feb 2013
Posts: 1
|
Hi everybody!
I have many folders that need to be compressed individually. Currently I'm this very cool terminal command to compresses each folder in the current directory to a separate zip file: find . -type d -d 1 -exec zip -r {} {} \; The problem is that each time I need to use it, I have to call Terminal, go to the current folder, paste this command, and manually delete the folders that where compressed. Is there any way to integrate all these steps into a Script to run in Automator? That would save a few hundred clicks ![]() thanks!!! |
|
|
|
|
|
#2 |
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 31,940
|
__________________
hayne.net/macosx.html |
|
|
|
![]() |
| Tags |
| compression, folders, terminal, zip |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|