Skip to content

Instantly share code, notes, and snippets.

@StuPig
Last active December 28, 2015 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StuPig/7538151 to your computer and use it in GitHub Desktop.
Save StuPig/7538151 to your computer and use it in GitHub Desktop.
shell 小脚本
# 查找当前文件夹及其子文件夹下包含某个字符串的某类型文件
# From http://www.ai7.org/wp/html/653.html
find . -name "*.js"|xargs grep require
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment