Last active
October 26, 2017 16:43
-
-
Save jeffersonsouza/67fe4353d59e1e0c624c39720facc90a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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