IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2005, 5:15:14 PM (21 years ago)
Author:
eugene
Message:

moving things around a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/doc/www/html/IPP-subsystems/pclient/index.htm

    r4734 r4735  
    3232samping pcontrol with output from the jobs. 
    3333
    34 <h3>Commands</h3>
     34<h3>Command Summary</h3>
    3535
    3636<p>
    3737pclient has a very limited command set, as follows:
    38 <ul>
    39 <li> job (command) : start the job (UNIX command) in the background.
    40 <li> check         : return the current job status
    41 <li> status        : return the current job status (?)
    42 <li> stdout        : dump the stdout stream accumulated from the job
    43 back to the calling program.
    44 <li> stderr        : dump the stderr stream accumulated from the job
    45 back to the calling program.
    46 <li> reset         : kill (if needed) the job and reset to accept
    47 another job.
    48 </ul>
    4938
     39<pre>
     40job           : start the job (UNIX command) in the background.
     41check         : return the current job status
     42status        : return the current job status (?)
     43stdout        : dump the stdout stream accumulated from the job
     44                back to the calling program.
     45stderr        : dump the stderr stream accumulated from the job
     46                back to the calling program.
     47reset         : kill (if needed) the job and reset to accept
     48                another job.
     49</pre>
     50
Note: See TracChangeset for help on using the changeset viewer.