ts.1
changeset 89 94170d3b46d0
parent 80 be0fb7e56061
child 92 05004c52ecff
equal deleted inserted replaced
86:662efcb99194 89:94170d3b46d0
    25 .sp
    25 .sp
    26 Options:
    26 Options:
    27 .BI "[\-nfgm]"
    27 .BI "[\-nfgm]"
    28 
    28 
    29 .SH DESCRIPTION
    29 .SH DESCRIPTION
    30 ts will run by default a per user unix task queue. The user can add commands to
    30 .B ts
       
    31 will run by default a per user unix task queue. The user can add commands to
    31 the queue, watch that queue at any moment, and look at the task results
    32 the queue, watch that queue at any moment, and look at the task results
    32 (actually, standard output and exit error).
    33 (actually, standard output and exit error).
    33 .SH SIMPLE USE
    34 .SH SIMPLE USE
    34 Calling
    35 Calling
    35 .B ts
    36 .B ts
   130 .B "TS_MAXFINISHED"
   131 .B "TS_MAXFINISHED"
   131 Limit the number of job results (finished tasks) you want in the queue. Use this
   132 Limit the number of job results (finished tasks) you want in the queue. Use this
   132 option if you're tired of
   133 option if you're tired of
   133 .B \-C.
   134 .B \-C.
   134 .TP
   135 .TP
       
   136 .B "TS_ONFINISH"
       
   137 If the variable exists pointing to an executable, it will be run after the
       
   138 queued jobs. It uses execlp, so
       
   139 .B PATH
       
   140 is used if there are no slashes in the variable content.
       
   141 .TP
   135 .B "TMPDIR"
   142 .B "TMPDIR"
   136 As the program output and the unix socket are thought to be stored in a
   143 As the program output and the unix socket are thought to be stored in a
   137 temporary directory, 
   144 temporary directory, 
   138 .B TMPDIR
   145 .B TMPDIR
   139 will be used if defined, or
   146 will be used if defined, or