Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-25 00:14:11 +00:00
parent ae71584b37
commit 17655fbe93
6 changed files with 114 additions and 5 deletions

14
tldr/pamvalidate Normal file
View File

@@ -0,0 +1,14 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pamvalidate
> Validate PAM, PGM, PBM and PPM files.
> See also: `pamfile`, `pamfix`.
> More information: <https://netpbm.sourceforge.net/doc/pamvalidate.html>.
- Copy a Netpbm file from `stdin` to `stdout` if and only if it valid; fail otherwise:
`{{command}} | pamvalidate > {{path/to/output.ext}}`