Finding a string in the output
Finding a specific string in the output can be done using grep and egrep commands. grep command will search for a specific string, egrep will perform regular expressions match.
These commands often combined with cat command to see if specific text exists in that file.
Comments
Post a Comment