Reputation: 25
I have a network printer defined in HPLip. Is there any possibility to print files from command line (bash) eg. using ghostscript?
My printer:
cups_uri: hp:/net/HP_LaserJet_P2015_Series?ip=192.168.1.3
printer-uri-supported: ipp://localhost:631/printers/HP_LaserJet_P2015
Upvotes: 0
Views: 1679
Reputation: 3644
The tool you are looking for is CUPS. Here is a tutorial on command line printing CUPS (which is almost certainly installed on your system already, and if it is not, can be installed easily). if you are not familiar with it, here is an excellent primer: http://cups.org/documentation.php/options.html
Upvotes: 1