rename all files starting with in linux

C++
rename 's/old-name/new-name/' files$ mmv '*abc*' '#1xyz#2'
Source

Also in C++: