Message184026
> Serhiy and Mathew, could you post your search re's or scripts to use again on occasion?
For example:
find * -type f -name '*.[ch]' -exec egrep -n '\b([a-zA-Z]+) \1\b' '{}' + | grep -v 'long long' | egrep --color '\b([a-zA-Z]+) \1\b'
find * -type f -name '*.py' -exec egrep -n --color '\b([a-zA-Z]+) \1\b' '{}' +
And similar one-time one-liners for *.rst, *.txt, etc. |
|
Date |
User |
Action |
Args |
2013-03-12 14:48:06 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, ezio.melotti, eric.araujo, mrabarnett, docs@python, python-dev |
2013-03-12 14:48:06 | serhiy.storchaka | set | messageid: <1363099686.7.0.520181506254.issue17047@psf.upfronthosting.co.za> |
2013-03-12 14:48:06 | serhiy.storchaka | link | issue17047 messages |
2013-03-12 14:48:06 | serhiy.storchaka | create | |
|