Advertisement · 728 × 90
#
Hashtag
#comanndLine
Advertisement · 728 × 90

Bulk filename / directory changing in Linux:

find . -name "* *" -type d | rename 's/\(//g'

Do the directories first, then repeat with type f for the files. Standard sed substitution rules apply so you can do more than one special character at a time if you are brave.
#comanndLine #Linux #Remember

0 0 0 0