Zip multiple directories to seperate archives
I have about 200 directories that I need to zip up into seperate archives, with the zip file being named the same as the directory it contains. I will be doing this through an SSH client, not a GUI.
For example directory 1 to 1.zip, dir. 2 to 2.zip etc. etc.
I don't want to have to type in manually all the directory names. Can I get zip to do this from the command line ?
|