Rename multiple files in Unix
Posted
by john
on Stack Overflow
See other posts from Stack Overflow
or by john
Published on 2009-07-06T11:21:39Z
Indexed on
2010/04/10
17:53 UTC
Read the original article
Hit count: 558
There are multiple files in a directory that begin with prefix fgh, for example:
fghfilea
fghfileb
fghfilec
I want to rename all of them to begin with prefix jkl. Is there a single command to do that instead of renaming each file individually?
© Stack Overflow or respective owner