2014/11/17

UTF8 remove BOM, 移除 BOM 檔頭

awk '{ if (NR==1) sub(/^\xef\xbb\xbf/,""); print }' INFILE > OUTFILE