拡張子種別コマンド指定方法
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

Last-modified: 2012-03-12 (月) 17:05:23 (166d)