Tag archives for helpful linux commands
More linux helpful commands
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…