1 03/11/76   rename, ren
 2 
 3 Function:  The rename command assigns a new name to the current file.
 4 
 5 
 6 Syntax:  rename file_name
 7 
 8 
 9 where file_name is the name to be assigned.  The name must adhere to
10 the rules given in "File Naming Conventions" in Section III.
11 
12 
13 Example:
14 
15 !    rename test>basic
16      rename:  illegal character in name
17      ready  1202
18 
19 
20 !    rename
21      rename:  name missing
22      ready  1202
23 
24 
25 !    rename test.basic
26      ready 1202