I am trying to read a large file and trying find the number of occurrence of some certain words. So I\'m creating a read stream (fs.createReadStream(filePath, { encodi
fs.createReadStream(filePath, { encodi