Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I print a PostScript document to a printer under Linux from the command line?

0
Posted

How do I print a PostScript document to a printer under Linux from the command line?

0

You need to use the lpr command. If the file is of the PostScript type then you can execute the following command: lpr foo.ps where foo.ps the the file you want to print. The file would go to the default printer. If you wanted to print to a non-default printer bar then execute the following command: lpr -Pbar foo.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123