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: 137

Filed under:
|

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

Related posts about linux

Related posts about bash