Prism 6.0 Reference Manual

rerun

Reruns the currently loaded program, using arguments previously passed to the program.

SYNTAX

rerun [args] [< filename] [> filename]

DESCRIPTION

Use the rerun command to execute the program currently loaded in Prism. If you do not specify args, rerun uses the argument list previously passed to the program. Otherwise, rerun is identical to the run command. You can specify any command-line arguments as args, and you can redirect input or output using < or > in the standard Solaris manner.