How To: search with grep
Posted onTo search through text you can use the grep command. It searches files and returns the lines of the file that match a certain string. The command has the following format: grep [options] pattern [file] Here are some of the useful options I use: Examples You can also search multiple files eg. all files […]