Skip to content

Instantly share code, notes, and snippets.

@machelreid
Created October 3, 2019 21:33
Show Gist options
  • Save machelreid/2d5a136c0bd5006063b97a9296837239 to your computer and use it in GitHub Desktop.
Save machelreid/2d5a136c0bd5006063b97a9296837239 to your computer and use it in GitHub Desktop.
#!/bin/bash
TEXT=$1
echo Finding $TEXT
grep -iRl "$TEXT" ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment