pgmtopgm: add page (#11089)

This commit is contained in:
debghs
2023-10-19 22:57:02 +05:30
committed by GitHub
parent 9ea23d5b7b
commit cb3161801c

12
pages/common/pgmtopgm.md Normal file
View File

@@ -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`