Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux find and remove bom from files

sed '1s/^xEFxBBxBF//' < orig.txt > new.txt
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #linux #find #remove #bom #files
ADD COMMENT
Topic
Name
7+3 =