cntin/README.md

379 B

cntin

Usage: cntin [options]
Counts bytes in stdin.
Note: If both of a complementary set of options are specified, both are used.
   options:
      -d, --decimal    Sets the output number base to decimal.
      -h, --hex        Sets the output number base to hexadecimal.
      -s, --separate   Displays all byte units.
      -b, --biggest    Displays the biggest unit.