grep command examples
Posted On April 24, 2021
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