Options (2)
-p, --prefixbooleanCombine labels equal in their high-order bits
Example:
ipaggmanip {{[-p|--prefix]}} {{16}} {{path/to/file}}-P, --posterizebooleanReplace each label's count with 1 if it is non-zero
Example:
ipaggmanip {{[-P|--posterize]}} {{path/to/file}}Examples (3)
Combine labels equal in their high-order bits
ipaggmanip [-p|--prefix] 16 path/to/fileRemove 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/fileReplace each label's count with 1 if it is non-zero
ipaggmanip [-P|--posterize] path/to/filemade by @shridhargupta | data from tldr-pages