1.查找含有相关内容的文件 在某个路径下查找所有包含“hello abcserver”字符串的文件。 find /etc -name "*" | xargs grep "hello abcserver" 2.切换输入法 ctrl + 空格