The grep command…

The grep command…Category: Linux EssentialsAuthor "LinuxQuestions"The grep command…
Linux Questions Staff asked 1 year ago

The grep command…

  • …will display all the lines that begin with the specified Regular Expression.
  • …is not case sensitive.
  • …will display all the lines in a file containing the specified Regular Expression.
  • …will display the line numbers in a file that contain a specified Regular Expression.

About the author