pgmtopgm: add page (#11089)

pull/23/head
debghs 2023-10-19 22:57:02 +05:30 committed by GitHub
parent 9ea23d5b7b
commit cb3161801c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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`