1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fstopgm.md

10 lines
279 B
Markdown
Raw Normal View History

# 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}}`