1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pbmlife.md
2023-10-25 23:12:25 +09:00

12 lines
321 B
Markdown

# pbmlife
> Apply Conway's Rules of Life to a PBM image.
> More information: <https://netpbm.sourceforge.net/doc/pbmlife.html>.
- Apply the Rules of Life to an input PBM image file for one generation and the output the result as a PBM image file:
`pbmlife {{path/to/file.pbm}}`
- Display version:
`pbmlife -version`