rerun Command | prog Command |
runargs Command |
The run command runs the program with arguments.
Use Control-C to stop executing the program.
run | Begin executing the program with the current arguments |
run arguments | Begin executing the program with new arguments. |
run ... >|>> file | Set the output redirection. |
run ... < file | Set the input redirection. |
where:
Note - There is currently no way to redirect stderr using the run or runargs command.