Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jialechan/d0307fd83833db99fc139e9167dcfbbf to your computer and use it in GitHub Desktop.
Save jialechan/d0307fd83833db99fc139e9167dcfbbf to your computer and use it in GitHub Desktop.
在某个路径下查找所有包含“hello abcserver”字符串的文件。
find /etc -name “*” | xargs grep “hello abcserver”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment