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

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`