Skip to content

vsemozhetbyt/AsyncLinesReader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%