gibney.org : Technology : Linux : Turn spaces into underscores in filenames


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





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