Archives for linux
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…
VI quick commands
Some common vi commands sudo vi filename save and exit = shft wq exit = q! remove char on left - X