Bash bash ディレクトリ内 全ファイル 処理
目的
bash スクリプトで指定したディレクトリ内の全ファイルに同じ処理をかけたい。
やり方
while read -d $'\0' file; do "${file}" に対して処理 done < <(find ディレクトリ -min...
Bash
Bash
Bash
Bash
Bash
Bash
Bash
Bash
Bash
Bash