mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
503 B
Plaintext
19 lines
503 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pamsplit
|
|
|
|
> Split a multi-image Netpbm file into multiple single-image Netpbm files.
|
|
> See also: `pamfile`, `pampick`, `pamexec`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pamsplit.html>.
|
|
|
|
- Split a multi-image Netpbm file into multiple single-image Netpbm files:
|
|
|
|
`pamsplit {{path/to/image.pam}}`
|
|
|
|
- Specify a pattern for naming output files:
|
|
|
|
`pamsplit {{path/to/image.pam}} {{file_%d.pam}}`
|