mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 17:00:51 +00:00
Update cheatsheets
This commit is contained in:
21
ipaggmanip
Normal file
21
ipaggmanip
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ipaggmanip
|
||||
|
||||
> Manipulate aggregate statistics produced by `ipaggcreate`.
|
||||
> More information: <https://manned.org/ipaggmanip>.
|
||||
|
||||
- Combine labels equal in their high-order bits:
|
||||
|
||||
`ipaggmanip --prefix {{16}} {{path/to/file}}`
|
||||
|
||||
- Remove labels with a count smaller than a given number of bytes and output a random sample of such labels:
|
||||
|
||||
`ipaggmanip --cut-smaller {{100}} --cull-labels {{5}} {{path/to/file}}`
|
||||
|
||||
- Replace each label's count with 1 if it is non-zero:
|
||||
|
||||
`ipaggmanip --posterize {{path/to/file}}`
|
||||
Reference in New Issue
Block a user