Grep Command Linux Commands Guide
It is useful when you are searching for a line in a file that contains a specific keyword. grep command can also use options to advance the search query. The basic syntax of the grep command – grep expression filename The basic syntax of the command requires at least two inputs. The first input is the expression or keyword that you want to search for. The second argument is the file to search....