Say I have a listing of files with the same name, but different file extensions:
name.a
name.b
name.c
...
name.z
and want to rename them to:
newname.a
newname.b
newname.c
...
newname.z
How could I do this rename operation in one bash command?