find the list of files and then replace keyword.
below is example 


 find . -name '*jpg' -exec bash -c ' mv $0 ${0/\#U00a9NBC/safeNBC}' {} \;