mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 22:01:13 +00:00
Update cheatsheets
This commit is contained in:
17
pbmlife
Normal file
17
pbmlife
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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 -version`
|
||||
Reference in New Issue
Block a user