run Command

Related Topics:

rerun Command prog Command
runargs Command

The run command runs the program with arguments.

Use Control-C to stop executing the program.

Syntax
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:

arguments are the arguments to be used in running the target process.

file is the file name of the file to which output is to be redirection or from which input is to be redirected.


Note - There is currently no way to redirect stderr using the run or runargs command.