mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|