What happens if you interrupt following command
$ zip -erm foo foo/dirfoo1
I realized that time will not permit me to finish. What happens when I Ctrl+C me out of this? Am I left with something that could be continued where it left off? If so, would that be as simple as re-running the command?
Or am I going to find what is not unzipped, and can I run the command for the "leftovers"?