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