Ren (command)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description Template:Lowercase Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters". ren (or rename) is a shell command for renaming a file and in some implementations (such as AmigaDOS[1]) a directory.

Some shells with ren also provide a move command that provides for moving between directories. On systems that do not support a move command (such as MS-DOS older than 6.00), the user could copy a file to a new destination and then delete the original file. In DOSBox, ren can move files.

File:RT-11 help.jpg
Description of the RENAME command of RT-11SJ displayed on a VT100.

The command is in various shells such as COMMAND.COM, Command Prompt,[2] 4DOS, 4NT and PowerShell. In MS-DOS, the command is available in versions 1 and later.[3] In PowerShell, ren is a predefined alias for the Rename-Item Cmdlet which serves the same essential purpose.[4]

Similar commands are available in many operating systems. The command is available in the CP/M,[5] MP/M,[6][7] Cromemco DOS,[8] TRIPOS,[9] OS/2,[10] ReactOS,[11] SymbOS, and DexOS. Multics includes a rename command to rename a directory entry; which could be contracted to rn.[12] A rename command which in some cases can be contracted to ren is provided in Stratus VOS,[13] RT-11,[14] OS/8,[15] RSX-11,[16] ISIS-II,[17] iRMX 86,[18] TOPS-20,[19] Z80-RIO,[20] FLEX,[21] OS-9,[22] FlexOS,[23] 4690 OS,[24] MPE/iX,[25] THEOS/OASIS,[26] and OpenVMS[27] A rename command is supported by 86-DOS.[28] DR DOS 6.0 includes ren and rename commands.[29] PC-MOS includes an implementation of rename.[30][31] It is also available in the MS-DOS emulator DOSBox.

Example

The following renames file foo to bar.

> ren foo bar

The following renames a file specified by a fully qualified path. The first parameter may contain drive and path information, but the second parameter must be only a file name.

> rename "C:\Users\Public\Videos\Sample Videos\Wildlife.wmv" Wildlife2.wmv

The following removes abcd of a file name in Command Prompt based on the following rules:

  • Same number of / as the number of characters to remove
  • Requries double quotes for both arguments
  • Won't remove . from a file name
> rename "abcd*.txt" "////*.txt"

See also

Template:Sister project

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. Script error: No such module "citation/CS1".
  6. Script error: No such module "citation/CS1".
  7. Script error: No such module "citation/CS1".
  8. CDOS USER'S MANUAL
  9. Script error: No such module "citation/CS1".
  10. Script error: No such module "citation/CS1".
  11. Script error: No such module "citation/CS1".
  12. Script error: No such module "citation/CS1".
  13. Script error: No such module "citation/CS1".
  14. Script error: No such module "citation/CS1".
  15. "Concise Command Language" (CCL).Script error: No such module "citation/CS1".
  16. Script error: No such module "citation/CS1".
  17. ISIS II Users Guide
  18. iRMX™86 INTRODUCTION AND OPERATOR'S REFERENCE MANUAL For Release 6
  19. Script error: No such module "citation/CS1".
  20. Z80-RIO OPERATING SYSTEM USER'S MANUAL
  21. Script error: No such module "citation/CS1".
  22. Script error: No such module "citation/CS1".
  23. Script error: No such module "citation/CS1".
  24. Script error: No such module "citation/CS1".
  25. Script error: No such module "citation/CS1".
  26. THEOS/OASIS User's Handbook
  27. OpenVMS User's ManualScript error: No such module "Unsubst".
  28. Script error: No such module "citation/CS1". (59 pages)
  29. DR DOS 6.0 User Guide Optimisation and Configuration Tips
  30. PC-MOS User Guide
  31. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

Further reading

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

External links

Script error: No such module "Navbox".