Replace Spaces In File Names With Underscores
by Kyle on · Posted in Bash
find . -type f -iname "*.mp3" -exec rename "s/ /_/g" {} \;
![]()
Search · Sitemap · Contact · Account Center
by Kyle on · Posted in Bash
find . -type f -iname "*.mp3" -exec rename "s/ /_/g" {} \;
![]()