|
|
2010-08-31
, 18:05
|
|
Posts: 1,522 |
Thanked: 391 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#12
|
b) the test is also counting occurences in the offset column, so some low digits (which ones depend on the sample size) are also overrepresented.
Try something like this instead:
for x in {0..7}; do od -b dump | grep -c " [0-7]${x}6"; done