Skip to content

Instantly share code, notes, and snippets.

@AmaranthLIS
Last active August 23, 2017 11:27
Show Gist options
  • Save AmaranthLIS/a109e55551eda3c9f6b6e21faa862a40 to your computer and use it in GitHub Desktop.
Save AmaranthLIS/a109e55551eda3c9f6b6e21faa862a40 to your computer and use it in GitHub Desktop.
unix find file
#find string in any file for dir/subdir
grep -lir 'go api' ./
#useful util for a lof of commands, example:
tldr grep
tldr find
#list of dir
grep mkyong -lr /path/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment