grep command examples

This is a command used to filter strings from files.

After reading this page, you will get an idea about

  • How to find a string from a file
  • How to find a string without case sensitivity
  • How to find a string recursively from a folder
  • How to find list of files in a folder containing a string
  • How to find lines excluding a specific string

Add a Comment

Your email address will not be published. Required fields are marked *