mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
pbmlife: add page (#11240)
This commit is contained in:
parent
e8220acb9f
commit
8d4399e745
1 changed files with 12 additions and 0 deletions
12
pages/common/pbmlife.md
Normal file
12
pages/common/pbmlife.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue