home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume8 / help.jn / rename.txt < prev    next >
Encoding:
Text File  |  1989-08-19  |  218 b   |  7 lines

  1. Rename is accomplished by use of the "mv" command.  Don't ask
  2. why the command is named "mv" instead of "rename", it just is.
  3. Usage:
  4. $ mv from to
  5. effectively renames "from" to be "to".
  6. It does a copy and then a delete.
  7.