mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 17:02:39 +00:00
Update cheatsheets
This commit is contained in:
19
ippeveps
Normal file
19
ippeveps
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ippeveps
|
||||
|
||||
> Print to Adobe PostScript printers.
|
||||
> Supports PDF, PostScript, JPEG, PWG Raster or 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://examplewebsite.com/file}} | ippeveps`
|
||||
Reference in New Issue
Block a user