Skip to content

Instantly share code, notes, and snippets.

@indatawetrust
Last active March 1, 2019 08:47
Show Gist options
  • Save indatawetrust/c416f1d696f15ca59abc056ce3b26da7 to your computer and use it in GitHub Desktop.
Save indatawetrust/c416f1d696f15ca59abc056ce3b26da7 to your computer and use it in GitHub Desktop.
find . "..." -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./public/*"
grep -rnw . -e "..." --exclude-dir={node_modules,.git,public}
mysql.server start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment