| Memoize | BasicWerk
						 
						EC Support
						 
						Technique
						 
						Facebook | 
| 20141030231009_mac_zip | 
| mac_zip 
   
 
# ファイルを zip 圧縮する
% zip archive.zip file1 file2
    adding: file1 (stored 0%)
    adding: file2 (stored 0%)
 
# zip の中身を見る
% unzip -l archive.zip
Archive:  archive.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  10-30-14 23:07   file1
        0  10-30-14 23:07   file2
 --------                   -------
        0                   2 files
 
 | 
| © Shin Nakamura/BasicWerk 2014 |