HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pgmtopgm — Copy a PGM image file. More information: <https://netpbm.sourceforge.net/doc/pgmtopgm.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcopypgmtopgmcliimagefilepgmmore

Problem

How to use the pgmtopgm command: Copy a PGM image file. More information: <https://netpbm.sourceforge.net/doc/pgmtopgm.html>.

Solution

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

Code Snippets

Copy PGM file from `stdin` to `stderr`

pgmtopgm

Display version

pgmtopgm -version

Context

tldr-pages: common/pgmtopgm

Revisions (0)

No revisions yet.