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

fstopgm — Convert a Usenix FaceSaver file into a PGM image. See also: `pgmtofs`. More information: <https://ne

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

Problem

How to use the fstopgm command: Convert a Usenix FaceSaver file into a PGM image. See also: pgmtofs. More information: <https://netpbm.sourceforge.net/doc/fstopgm.html>.

Solution

fstopgm — Convert a Usenix FaceSaver file into a PGM image. See also: pgmtofs. More information: <https://netpbm.sourceforge.net/doc/fstopgm.html>.

Convert the specified Usenix FaceSaver file into a PGM image:
fstopgm {{path/to/input.fs}} > {{path/to/output.pgm}}

Code Snippets

Convert the specified Usenix FaceSaver file into a PGM image

fstopgm {{path/to/input.fs}} > {{path/to/output.pgm}}

Context

tldr-pages: common/fstopgm

Revisions (0)

No revisions yet.