Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created June 28, 2013 01:15
Show Gist options
  • Select an option

  • Save iorionda/5881733 to your computer and use it in GitHub Desktop.

Select an option

Save iorionda/5881733 to your computer and use it in GitHub Desktop.
find . -type f -name '*.rb' -print0 | xargs -0 sed -i '' '/^#.*coding.*[uU][tT][fF]\-8/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment