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.
特定のフォルダーでファイルを解凍しようとしていますが、「解凍コマンドが見つかりません」というエラーが表示されます。
Cygdrive を使用して bash スクリプトを実行しています
#!/bin/bash for dir in ./"$WORKING"/* do unzip '*' done
パッケージはunzip
unzip
setup -nqP unzip
または GUI を使用します。
野生で