Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 280 Bytes

File metadata and controls

18 lines (11 loc) · 280 Bytes

AsyncLinesReader

Node.js script for reading text file line by line.

Supported encodings: utf16le with BOM, utf8 (BOM - optional)

Supported line endings: \r, \n, \r\n

Usage

Command line:

node --no-warnings asynclinesreader.js input.txt output.txt