Reads a file line by line and calls the given function for each line. The lineNumber starts at 0.
lineNumber
0
See readLineByLineSync for a synchronous version.
Reads a file line by line and calls the given function for each line. The
lineNumber
starts at0
.See readLineByLineSync for a synchronous version.