mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 00:43:38 +00:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pbmtoplot
|
|
|
|
> Convert a PBM image into a UNIX plot file.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtoplot.html>.
|
|
|
|
- Convert a PBM image into a UNIX plot file:
|
|
|
|
`pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}`
|