Skip to content

Instantly share code, notes, and snippets.

@jirikuncar
Created June 8, 2014 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jirikuncar/2178e27a80e79f49084f to your computer and use it in GitHub Desktop.
Save jirikuncar/2178e27a80e79f49084f to your computer and use it in GitHub Desktop.
Check header in python files
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