Skip to content

Instantly share code, notes, and snippets.

@andrewbolster
Created January 20, 2014 13:46
Show Gist options
  • Save andrewbolster/8520118 to your computer and use it in GitHub Desktop.
Save andrewbolster/8520118 to your computer and use it in GitHub Desktop.
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