mirror of https://github.com/CrimsonTome/tldr.git
pgmtopgm: add page (#11089)
parent
9ea23d5b7b
commit
cb3161801c
|
@ -0,0 +1,12 @@
|
||||||
|
# pgmtopgm
|
||||||
|
|
||||||
|
> Copy a PGM image file.
|
||||||
|
> More information: <https://netpbm.sourceforge.net/doc/pgmtopgm.html>.
|
||||||
|
|
||||||
|
- Copy PGM file from `stdin` to `stderr`:
|
||||||
|
|
||||||
|
`pgmtopgm`
|
||||||
|
|
||||||
|
- Display version:
|
||||||
|
|
||||||
|
`pgmtopgm -version`
|
Loading…
Reference in New Issue