This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, eric.araujo, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka, terry.reedy
Date 2013-03-12.14:48:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363099686.7.0.520181506254.issue17047@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2013-03-12 14:48:06serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ezio.melotti, eric.araujo, mrabarnett, docs@python, python-dev
2013-03-12 14:48:06serhiy.storchakasetmessageid: <1363099686.7.0.520181506254.issue17047@psf.upfronthosting.co.za>
2013-03-12 14:48:06serhiy.storchakalinkissue17047 messages
2013-03-12 14:48:06serhiy.storchakacreate