Technical Briefs
ROHAN help Files
![]()
rename (mv)
Rename is accomplished by use of the mv command. Don't ask why the command is named mv instead of rename, it just is. Usage example:
rohan% mv stuff thingseffectively renames the file stuff to be things, as it does a copy and then a delete.
![]()