| Developer's Daily | Unix by Example |
| main | java | perl | unix | DevDirectory |
| Command | mv |
| Description | The
"mv" command is used to move and
rename files. |
| Examples | mv
Chapter1 Chapter1.bad
mv Chapter1 garbage
mv Chapter1 /tmp
mv tmp tmp.old
|