mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 08:43:23 +00:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# srftopam
|
|
|
|
> Convert an SRF file to Netpbm format.
|
|
> See also: `pamtosrf`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/srftopam.html>.
|
|
|
|
- Convert an SRF file to Netpbm format:
|
|
|
|
`srftopam {{path/to/file.srf}} > {{path/to/output.pam}}`
|