Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> added the comment:

The following command also finds files, in which tabs are preceded only by 
spaces:

find -name '*.[ch]' -exec grep -El $'^ *\t' {} \;

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8930>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to