Created
June 8, 2014 18:11
-
-
Save jirikuncar/2178e27a80e79f49084f to your computer and use it in GitHub Desktop.
Check header in python files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find invenio -iname \*.py -exec grep -H -E -o -c "^# -\*- coding: utf-8 -\*-$" {} \; | grep py:0 | cut -d: -f1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment