find 命令

1.当前目录下查找“test.cpp”文件字符串

find ./ -name test.cpptest

2.当前查找含有“abcdef”字符串的文件grep

find ./ | xargs grep abcdef文件

相关文章
相关标签/搜索