gibney.org
:
Technology
:
Linux
:
Turn spaces into underscores in filenames
(Entry Nr. 450, by user 1 |
edit
)
for f in *\ *; do mv -- "$f" "${f// /_}"; done
Create a new entry at this position