1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 08:55:42 +02:00

ippevepcl: delete page in favor of ippeveps (#17320)

This commit is contained in:
Managor 2025-07-22 19:36:42 +03:00 committed by GitHub
parent d0f208e8d5
commit e7e36e0d0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +0,0 @@
# ippevepcl
> Print to B&W HP PCL laser printers.
> Supports HP PCL, PWG Raster and Apple Raster files.
> See also: `ippevepcl`, `ippeveprinter`.
> More information: <https://openprinting.github.io/cups/doc/man-ippevepcl.html>.
- Print a file to `stdout` (status and progress messages are sent to `stderr`):
`ippeveps {{path/to/file}}`
- Print a file from `stdin` to `stdout`:
`{{wget -O - https://example.com/file}} | ippeveps`