Is rename a subset of move in bash?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-05-04T12:55:33Z
Indexed on
2010/05/04
12:58 UTC
Read the original article
Hit count: 200
All that can be done with rename can also be done with move,
but not all that can be done with move can be done with rename.
Am I right?
© Stack Overflow or respective owner