If the file is native to your system (of course, no guarantees for this), then Node can help you:
var os = require('os'); a.split(os.EOL);
This is usually more useful for building output strings from Node, although for platform portability.
qubyte Feb 20 '14 at 2:09 2014-02-20 02:09
source share