Find a string in any file in a directory grep -ri "searchstring" Find a file find <path> -name *FileName* Case Insensitive Search find /path/to/search -iname '*.txt'  RegEx File Name (either…
Continue Reading