拡張子 | 種別 | コマンド指定方法 |
tar | 圧縮 | tar cvf xxxx.tar ./xxxx |
tar | 解凍 | tar xvf xxxx.tar |
gz | 圧縮 | gzip xxxx (xxxx.gzが出来上がる) |
arj | 圧縮 | |
解凍 †
gunzip xxxx.gz
uncompress xxxx.Z
tar xvzf xxxx.tar.gz
圧縮 †
tar cvzf xxxx.tar.gz ./xxxx
compress -vf ./xxxx
compress -d xxxx.Z
arj †
コマンド
- ac: Add Chapter to chapter archive
- a: Add files to archive
- c: Comment archive files
- d: Delete files from archive
- e: Extract files from archive
- f: Freshen files in archive
- l: List contents of archive
- m: Move files to archive
- t: Test integrity of archive
- u: Update files to archive
- v: Verbosely list contents of archive
- x: eXtract files with full pathname