Created
June 18, 2014 03:52
-
-
Save leadscloud/a27add43ca169e7275ce 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 keywords liveperson in js file | |
find /home/wwwroot/ -type f -name "*.js" | xargs grep "liveperson" -sl | |
find /home/wwwroot/ -type f -name "*.js" -o -name "*.html" -o -name "*.htm" -o -name "*.php" | tr -d "\'"| xargs grep "liveperson" -sl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment