Find all lines containing "ERROR" in the log file.
grep (Global Regular Expression Print) is a command-line utility for searching text patterns in files.
grep [options] pattern [file...]
Customize your grep learning experience
Grep Master is an interactive learning game designed to teach the grep command through hands-on practice.
Created with ❤️ for the command line community
Built with HTML5, CSS3, and JavaScript