ニュース

日々の業務で作成したデータをZIP圧縮して、USBメモリやHDDやSSDなどのストレージに保存している場面は意外と多いことだろう。とは言え、そのようにZIP圧縮して保存したデータをいざ全部解凍したいという事情ができた場合、どうしているだろうか。
I've been wondering if there is a way in bash (or ksh, or zsh) to work with parallel lists of files, like python's zip function.<BR><BR>For example, something like ...