ca10101$ zip -r <zipファイル名> <ファイル群>
ca10101$ unzip -l <zipファイル名>
ca10101$ unzip <zipファイル名>
ca12345$ ls mono.rb mono.tiff ca12345$ mkdir ~/Desktop/report ca12345$ cp * ~/Desktop/report ca12345$ cd ~/Desktop ca12345$ ls report ca12345$ ls report mono.rb mono.tiff ca12345$ zip -r report report adding: report/ (stored 0%) adding: report/mono.rb (deflated 58%) adding: report/mono.tiff (deflated 5%) ca12345$ ls report report.zip ca12345$ unzip -l report.zip Archive: report.zip Length Date Time Name -------- ---- ---- ---- 0 10-27-09 09:57 report/ 937 10-27-09 09:57 report/mono.rb 110616 10-27-09 09:57 report/mono.tiff -------- ------- 111553 3 files ca12345$