Hi all,
I want to zip a whole bunch of directories into its own zip file. Presently I have to use
zip -r -m <filename> <directory name>
example
zip -r -m foo.zip foo/
on ever single directory. as you can imagine it gets kinda boring. Is there a zip switch or command that will automatically zip each directory into its own zip file?
Thanks for the help
I want to zip a whole bunch of directories into its own zip file. Presently I have to use
zip -r -m <filename> <directory name>
example
zip -r -m foo.zip foo/
on ever single directory. as you can imagine it gets kinda boring. Is there a zip switch or command that will automatically zip each directory into its own zip file?
Thanks for the help