Go to file
Elfein Landers e224c5422a undo debug statement 2022-03-14 04:18:18 -07:00
src undo debug statement 2022-03-14 04:18:18 -07:00
.gitignore Update '.gitignore' 2022-03-14 09:30:05 +00:00
Cargo.lock Upload files to '' 2022-03-14 09:30:29 +00:00
Cargo.toml Upload files to '' 2022-03-14 09:30:29 +00:00
EUPL.txt Update 'EUPL.txt' 2022-03-14 11:00:17 +00:00
README.md Update 'README.md' 2022-03-14 10:34:20 +00:00

README.md

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.