Created
September 29, 2013 12:55
-
-
Save TemporaryJam/6752291 to your computer and use it in GitHub Desktop.
How to remove the byte order mark (BOM) from a file on Linux CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tail --bytes=+4 text.txt > text_no_bom.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment