Exercise: Building a Log Filtering Utility
Create a Node.js utility to filter specific lines from large log files and save the results.
We'll cover the following...
Task
Create a Node.js script that reads a large log file and filters out the lines containing the word "ERROR", and writes the remaining lines to a new ...
Access this course and 1400+ top-rated courses and projects.