Forrest logo
back to context overview

ipaggmanip

List of commands for ipaggmanip:

  • ipaggmanip:tldr:502d7 ipaggmanip: 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} ${filename}
    try on your machine
    explain this command
  • ipaggmanip:tldr:59fa6 ipaggmanip: Combine labels equal in their high-order bits.
    $ ipaggmanip --prefix ${16} ${filename}
    try on your machine
    explain this command
  • ipaggmanip:tldr:85a97 ipaggmanip: Replace each label's count with 1 if it is non-zero.
    $ ipaggmanip --posterize ${filename}
    try on your machine
    explain this command
back to context overview