Created
June 16, 2016 02:44
-
-
Save jialechan/d0307fd83833db99fc139e9167dcfbbf to your computer and use it in GitHub Desktop.
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
在某个路径下查找所有包含“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