Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Created May 30, 2019 19:53
Show Gist options
  • Save iradofurioso/4cd77072ca308590b6ab7efb622896c7 to your computer and use it in GitHub Desktop.
Save iradofurioso/4cd77072ca308590b6ab7efb622896c7 to your computer and use it in GitHub Desktop.
Use VI to remove BOM | Utilizando o VI para remover BOM (Byte-order-mark)
vim my-file.txt
# On VIM just type the following command to remove BOM
:set nobomb
# Saving the file
:wq!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment