What is the use of ‘grep’ command
‘grep’ is a pattern search command. It will display the line which contains the pattern
‘grep’ is a pattern search command. It will display thepattern alone
‘grep’ can be used to search the patterns with the conditions
It is an efficient command to search the multiple patterns.