----------  Change Word  ----------

This command changes a single word or phrase in a given command into something
different,  providing  a  convenient alternative to the line editor for simple
changes.

Syntax:

     1) change [NUMBER] [all] WORD [to] NEWWORD
            [run [|set PARAMETER {, PARAMETER}|] [|into| FILE]];
                  |(PARAMETER {, PARAMETER})  |   |onto|

Syntax:

     2) change [NUMBER] [all] WORD [to] NEWWORD
            [run [|into| FILE] [|set PARAMETER {, PARAMETER}|]];
                  |onto|        |(PARAMETER {, PARAMETER})  |

This changes the first occurrence of WORD to NEWWORD in  the  current  command
(default),  or  in command NUMBER.  A command NUMBER may be found by a "recall
all" command.  If "all" is specified, all occurrences of WORD are changed.  If
"run"  is included, the command is executed immediately;  otherwise it is just
displayed.

The output from a "change word" command may be redirected  from  the  terminal
into  a  new  file or appended to an existing file by specifying "run into" or
"run onto", respectively, and a filename.

For further information, enter:

                help recall;
