Skip to content

Instantly share code, notes, and snippets.

@yyfrankyy
Created March 17, 2013 04:05
Show Gist options
  • Save yyfrankyy/5180044 to your computer and use it in GitHub Desktop.
Save yyfrankyy/5180044 to your computer and use it in GitHub Desktop.
remove bom
awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' INFILE > OUTFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment