ts.1
changeset 341 1169cb2d5557
parent 337 43079a99351e
child 349 3916245a60b5
equal deleted inserted replaced
340:11c5a9e7b9a8 341:1169cb2d5557
     3 .\" This file may be copied under the conditions described
     3 .\" This file may be copied under the conditions described
     4 .\" in the LDP GENERAL PUBLIC LICENSE, Version 1, September 1998
     4 .\" in the LDP GENERAL PUBLIC LICENSE, Version 1, September 1998
     5 .\" that should have been distributed together with this file.
     5 .\" that should have been distributed together with this file.
     6 .\" 
     6 .\" 
     7 .\" Note: I took the gnu 'ls' man page as an example.
     7 .\" Note: I took the gnu 'ls' man page as an example.
     8 .TH TS 1 2015-03 "Task Spooler 0.7.5"
     8 .TH TS 1 2016-03 "Task Spooler 0.7.6"
     9 .SH NAME
     9 .SH NAME
    10 ts \- task spooler. A simple unix batch system
    10 ts \- task spooler. A simple unix batch system
    11 .SH SYNOPSIS
    11 .SH SYNOPSIS
    12 .BI "ts [" actions "] [" options "] [" command... ]
    12 .BI "ts [" actions "] [" options "] [" command... ]
    13 .sp
    13 .sp
    18 .BI "[\-p ["id ]]
    18 .BI "[\-p ["id ]]
    19 .BI "[\-o ["id ]]
    19 .BI "[\-o ["id ]]
    20 .BI "[\-s ["id ]]
    20 .BI "[\-s ["id ]]
    21 .BI "[\-r ["id ]]
    21 .BI "[\-r ["id ]]
    22 .BI "[\-w ["id ]]
    22 .BI "[\-w ["id ]]
       
    23 .BI "[\-k ["id ]]
    23 .BI "[\-u ["id ]]
    24 .BI "[\-u ["id ]]
    24 .BI "[\-i ["id ]]
    25 .BI "[\-i ["id ]]
    25 .BI "[\-U <"id - id >]
    26 .BI "[\-U <"id - id >]
    26 .BI "[\-S ["num ]]
    27 .BI "[\-S ["num ]]
    27 .sp
    28 .sp
   157 .B "\-r [id]"
   158 .B "\-r [id]"
   158 Remove the named job, or the last in the queue.
   159 Remove the named job, or the last in the queue.
   159 .TP
   160 .TP
   160 .B "\-w [id]"
   161 .B "\-w [id]"
   161 Wait for the named job, or for the last in the queue.
   162 Wait for the named job, or for the last in the queue.
       
   163 .TP
       
   164 .B "\-k [id]"
       
   165 Kill the process group of the named job (SIGTERM),
       
   166 or the last running/run job if not specified.
       
   167 Equivalent to
       
   168 .B kill -- -`ts -p`
   162 .TP
   169 .TP
   163 .B "\-u [id]"
   170 .B "\-u [id]"
   164 Make the named job (or the last in the queue) urgent - this means that it goes
   171 Make the named job (or the last in the queue) urgent - this means that it goes
   165 forward in the queue so it can run as soon as possible.
   172 forward in the queue so it can run as soon as possible.
   166 .TP
   173 .TP
   305 .SH AUTHOR
   312 .SH AUTHOR
   306 Lluis Batlle i Rossell
   313 Lluis Batlle i Rossell
   307 .SH NOTES
   314 .SH NOTES
   308 This page describes
   315 This page describes
   309 .B ts
   316 .B ts
   310 as in version 0.7.5. Other versions may differ. The file
   317 as in version 0.7.6. Other versions may differ. The file
   311 .B TRICKS
   318 .B TRICKS
   312 found in the distribution package can show some ideas on special uses of
   319 found in the distribution package can show some ideas on special uses of
   313 .B ts.
   320 .B ts.