mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
pgmtopgm: add page (#11089)
This commit is contained in:
parent
9ea23d5b7b
commit
cb3161801c
1 changed files with 12 additions and 0 deletions
12
pages/common/pgmtopgm.md
Normal file
12
pages/common/pgmtopgm.md
Normal 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`
|
Loading…
Add table
Reference in a new issue