cntin/README.md

11 lines
379 B
Markdown

# 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.
```