Skip to content

Instantly share code, notes, and snippets.

@jadia
Created March 13, 2020 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadia/a4d129e7022aabb10c86c32cb0e1f97e to your computer and use it in GitHub Desktop.
Save jadia/a4d129e7022aabb10c86c32cb0e1f97e to your computer and use it in GitHub Desktop.
Grep through all the files in the folder

Grep through all the files in the folder

Search through directory and sub-directories

grep -r stuffToSearch ./*

Search only specific files

grep -r stuffToSearch ./*.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment