Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのファイルを含む tar ファイルがあります。
file.tar.gz
ファイルには次が含まれます。
file_1.fastq
file_2.fastq
元のファイルを untar し、untar ファイルを 1 つのコマンドで直接 gzip したいのですが、次のファイルが必要です。
file_1.fastq.gz
file_2.fastq.gz
これを行う方法はありますか?
ありがとう
エーサン