How to display printer information, such as printer description or printer location using command line tools?
lpstat -t
lists printer names, classes and devices for printers, but it doesn't list printer description or location. Is there a way to get this information without using http or GUI interface?
You can obtain this information with
lpstat -l -p printername
.This is a bit more global, for everything eliminate the grep statement.