cnt
(version 1.0)
index
/home/ut3hax/bin/cnt
Modules
locale
logging
optparse
os
re
sys
Functions
main
()
cnt TEXT OR cnt foo.txt OR cnt -ffoo.txt
cnt foo.txt >> 7 (counts length of string "foo.txt")
cnt -sfoo.txt >> 7
cnt --string=foo.txt >> 7
"cnt -S foo.txt " >> 8
cnt --file=foo.txt >> 32,111 (counts charectors in "foo.txt")
cnt -ffoo.txt -B 36,922 (counted line break charectors)
===============================================================================
run
(opts)
version
()
Data
__created__
= '01:07pm 09 Sep, 2009'
__version__
= '1.0'
log
= <logging.Logger instance>
re_digits_nondigits
= <_sre.SRE_Pattern object>