Artificial intelligent assistant

find command en several parent directory trees Want to use the find command on a three different directory trees. I currently work on each parent directory with `.` find . -type f -name "*.flac" -exec rename 's/--/-/g' {} \; Want to apply the find to three directories `/media/bard/repo01/`, `/media/bard/repo02/` and `/media/bard/repo03/`.

Like this:


find /media/bard/repo0[1-3] -type f -name "*.flac" -exec rename 's/--/-/g' {} \;


Using a `glob`:


man bash | less +/'^ *Pattern Matching\s*$'

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 716b7d7578ca0052fcab3097219edd97