when I run a command like:
cat file1.js file2.js file3.js > all.js
On mac osx the all.js has strange characters prepended at the boundaries of the files.
The strange characters are the following values in hex editor:
EF BB BF
Anyone know what OS setting I need to change?