What’s the difference between ‘rename’ and ‘mv’?
It’s not completely clear to me, but what is the difference between mv
and rename
(from util-linux-ng 2.17.2
as /usr/bin/rename
)? Are there advantages of one over the other beyond rename
accepting regular expressions and mv
doesn’t? I believe rename
can also handle multiple file renames at once, whereas mv
does not do this.