compress

基本的な使用方法

UNIX/Linux のコマンド。.Z 型式でファイルを圧縮(解凍)する。

compress {option} filename
-d
ファイルを解凍する
-v
詳細メッセージを表示する
-r
再起的にディレクトリ内を圧縮する

ファイルを圧縮する

compress filename
compress filename1 filename2
compress filename.*

ファイルを解凍する

compress -d filename.Z
compress -d filename1.Z filename2.Z
compress -d filename.*.Z

compress -d でなく uncompress でもいい

uncompress filename.Z
uncompress filename1.Z filename2.Z
uncompress filename.*.Z


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2009-02-11 (水) 11:36:38 (5551d)