Skip to content

Instantly share code, notes, and snippets.

@ultimate010
Created September 16, 2015 14:23
Show Gist options
  • Save ultimate010/1d0f9b4dd661d1b25454 to your computer and use it in GitHub Desktop.
Save ultimate010/1d0f9b4dd661d1b25454 to your computer and use it in GitHub Desktop.
Use tail to skip bom(byte order mark)
tail --bytes=+4 text.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment