2025-03-14 21:59:59 -06:00
|
|
|
|
# ippfind
|
|
|
|
|
|
|
|
|
|
|
|
> Find services registered with a DNS server or available through local devices.
|
|
|
|
|
|
> See also: `ipptool`, `ippeveprinter`.
|
|
|
|
|
|
> More information: <https://openprinting.github.io/cups/doc/man-ippfind.html>.
|
|
|
|
|
|
|
|
|
|
|
|
- List IPP printers registered on the network with their status:
|
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
|
`ippfind {{[-l|--ls]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
|
|
- Send a specific PostScript document to every PostScript printer on the network:
|
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
|
`ippfind --txt-pdl application/postscript {{[-x|--exec]}} ipptool -f {{path/to/document.ps}} '{}' print-job.test \;`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
|
|
- Send a PostScript test document to every PostScript printer on the network:
|
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
|
`ippfind --txt-pdl application/postscript {{[-x|--exec]}} ipptool -f onepage-letter.ps '{}' print-job.test \;`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
|
|
- Send a PostScript test document to every PostScript printer on the network, whose name matches a regular expression:
|
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
|
`ippfind --txt-pdl application/postscript {{[-h|--host]}} {{regex}} {{[-x|--exec]}} ipptool -f onepage-letter.ps '{}' print-job.test \;`
|