Created
August 31, 2018 17:51
-
-
Save LouisRitchie/9177aa86e52c5534d00055643d839ec8 to your computer and use it in GitHub Desktop.
Useful Bash Snippets
This file contains hidden or 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
" search and replace over all files in directory & subdirectories | |
find ./ -type f -exec sed -i -e 's/apple/orange/g' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment