Go to file
elfein a2b90a9629 Update 'README.md' 2022-03-14 10:34:20 +00:00
src Update 'src/main.rs' 2022-03-14 09:35:08 +00: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
LICENSE.md Update 'LICENSE.md' 2022-03-14 10:31:04 +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.