zip -r a.zip b c d /usr/work/school
上面的命令指:把 b、c、 d、以及 /usr/work/school 目录的内容(假设这个目录存在)压缩起来,然后放入 a.zip 文件中。