Skip to content

Instantly share code, notes, and snippets.

@leadscloud
Created June 18, 2014 03:52
Show Gist options
  • Save leadscloud/a27add43ca169e7275ce to your computer and use it in GitHub Desktop.
Save leadscloud/a27add43ca169e7275ce to your computer and use it in GitHub Desktop.
# 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