I need to get names of all files spooled for printing. How can I do this in Unix?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

The lpstat command can be used to list the print jobs queued for printing. To see all of them:

 lpstat -a
link|improve this answer
Thanks! That was obvious but i didnt get it.. – Grook May 23 '11 at 9:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.