Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Last active November 10, 2017 00:41
Show Gist options
  • Save nickcheng/9d3901880656a2270ec207aaee25ba4e to your computer and use it in GitHub Desktop.
Save nickcheng/9d3901880656a2270ec207aaee25ba4e to your computer and use it in GitHub Desktop.
Search files by keyword in current folder.
find . -iname "*keyword*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment