Skip to content

Instantly share code, notes, and snippets.

@jeffersonsouza
Last active October 26, 2017 16:43
Show Gist options
  • Save jeffersonsouza/67fe4353d59e1e0c624c39720facc90a to your computer and use it in GitHub Desktop.
Save jeffersonsouza/67fe4353d59e1e0c624c39720facc90a to your computer and use it in GitHub Desktop.
# Find a text inside files in recursive mode, returning the line number of occurence
grep -rnw '/path/to/somewhere/' -e 'pattern'
# Kill php-fpm proccess in alpine
kill -USR2 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment