mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ippfind: add page (#12166)
This commit is contained in:
parent
1e5b6c4ed4
commit
ee58929bc5
1 changed files with 21 additions and 0 deletions
21
pages/common/ippfind.md
Normal file
21
pages/common/ippfind.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
`ippfind --ls`
|
||||||
|
|
||||||
|
- Send a specific PostScript document to every PostScript printer on the network:
|
||||||
|
|
||||||
|
`ippfind --txt-pdl application/postscript --exec ipptool -f {{path/to/document.ps}} '{}' print-job.test \;`
|
||||||
|
|
||||||
|
- Send a PostScript test document to every PostScript printer on the network:
|
||||||
|
|
||||||
|
`ippfind --txt-pdl application/postscript --exec ipptool -f onepage-letter.ps '{}' print-job.test \;`
|
||||||
|
|
||||||
|
- Send a PostScript test document to every PostScript printer on the network, whose name matches a regular expression:
|
||||||
|
|
||||||
|
`ippfind --txt-pdl application/postscript --host {{regex}} --exec ipptool -f onepage-letter.ps '{}' print-job.test \;`
|
Loading…
Add table
Reference in a new issue