Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 181 Bytes

README.rst

File metadata and controls

5 lines (4 loc) · 181 Bytes

Just a script to count the number of zero and one bits in files.

Usage::
$ find ~/src/ -name '*.py'| python tally.py bittally: zeros v ones: 10925500 (58.1%) - 7894388 (41.9%)