...
Open a Terminal window and enter the following:
Code Block |
---|
>lpr - |
...
P PrinterName |
...
print |
for a list of printers use the command
Code Block |
---|
>lpstat -p |
for a list of custom options for each printer use
Code Block |
---|
>lpoptions -p PrinterName - |
...
l |
example:
Code Block |
---|
lpoptions -p monet_ucsd_edu -l |
- NOTE: make sure PrinterName matches exactly with the name of the printer as it appear in lpstat
...