mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 06:58:07 +00:00
Update cheatsheets
This commit is contained in:
14
fstopgm
Normal file
14
fstopgm
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user