hanhan's blog
シェルスクリプトにおける空白の扱い
2026-04-29
Bash
Space
1234for file in * ;do mv "${file}" "${file}_2";done; ...