To Index


 Documented via

     % man vprm

  Assuming we just placed a file into the Versatec queue with vpr or
  vtroff, we then interrogate the Versatec queue:

     % vpq
     waiting for versatec to become ready (offline ?)
     Rank	Owner	Job	Files			Total Size
     1st	dwyer	809	(standard input)	936 bytes
     2nd	pmss	808	(standard input)	201972 bytes
     3rd	kemp	234	(standard input)	350 bytes

  By the list, we can see that our job is #234. To delete it from the queue
  forever:

     % vprm 234
     guppy: dfA234cod dequeued
     guppy: cfA234cod dequeued

  Check the queue again, just to be sure:

     % vpq
     waiting for versatec to become ready (offline ?)
     Rank	Owner	Job	Files			Total Size
     1st	dwyer	809	(standard input)	936 bytes
     2nd	pmss	808	(standard input)	201972 bytes
     % 


To Index