Skip to content

Instantly share code, notes, and snippets.

@phodal
Created May 17, 2016 01:54
Show Gist options
  • Save phodal/44438ed0452fe6f7e58f7a963d3cd57d to your computer and use it in GitHub Desktop.
Save phodal/44438ed0452fe6f7e58f7a963d3cd57d to your computer and use it in GitHub Desktop.
Shell to Remove bom
find . -type f -exec sed -i -e '1s/^\xEF\xBB\xBF//' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment