OpenTP1 Version 7 Operation

[Contents][Index][Back][Next]

prctee (Redirect standard output and standard error output of OpenTP1)

Format

prctee [file-length  output-file-name]

Function

The prctee command outputs the standard output and standard error output of OpenTP1 to a file and performs generation management of the file.

Command arguments

file-length~<unsigned integer> ((10-65535)) <<1024>>

Specifies the length of a file in kilobytes to which the standard output and standard error output should be output.

Based on the specified file length, two-generation management is performed. The length of the output file may exceed the specified value depending on the contents of the output messages. When 0 is specified, two-generation management is not performed and the file monotonously increases.

output-file-name~<path name>

Specifies the name of the file to which the standard output and standard error output should be output, expressed as the full path name. When generation management is to be performed, 1 or 2 is appended to the file name.

When the file name is omitted, $DCDIR/spool/prclog1 and $DCDIR/spool/prclog2 are created.

Notes