Skip to content

Instantly share code, notes, and snippets.

@jesugmz
Last active February 18, 2017 23:00
Show Gist options
  • Save jesugmz/2a5e3f48684ae8fad87cd5c3197f31ea to your computer and use it in GitHub Desktop.
Save jesugmz/2a5e3f48684ae8fad87cd5c3197f31ea to your computer and use it in GitHub Desktop.
Find files containing a string
#!/bin/bash
#
# Find files containing a string
#
grep -rnw /path/to/search/ -e "<PATTERN>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment