1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 10:35:23 +02:00
tldr/pages/common/pbmtoplot.md

9 lines
238 B
Markdown
Raw Normal View History

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