Files
cheatsheet-tldr/tldr/pbmlife
2025-04-02 00:19:10 +00:00

18 lines
423 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 {{[-v|-version]}}`