I would like to change several files name in my current directory, like this for example :
test1
test2
test3
And I would like to rename every file with a command (mv I think) to have that (for example) :
foo1
for2
foo3
Can you help me ? Thanks in advance