gzip は単一のファイルを圧縮するコマンドである。 ファイルを圧縮する gzip を使用してファイルを圧縮できる。 gzip 〈filename〉 圧縮ファイルは、元の名前に拡張子 .gz を持つファイルに置き換えられる。 (元のファイルはなくなる) ファイルの所有権や ...
CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。 講演資料・動画 ...
1. 作成日付を変更せずにファイルをコピー(cpコマンド) cpコマンドに -p オプションを使うと、作成日時や更新日時、アクセス権などを保持したままコピーできます。 cp-p source.txt destination.txt 2. 指定されたファイルまたはディレクトリをアーカイブ ...
In order to download the input files for GOPHER, the user has to specify separate paths for: the reference sequence in FASTA format the annotation refGene.txt.gz file the alignability map calculated ...
CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。 講演資料・動画 ...
# Construction my $perms = Parse::CPAN::Perms->new('path/to/06perms.txt.gz'); # Get all perms data as hash ref my $perms_data = $perms->perms; # Boolean convenience ...