Linux 查找文件

-- 当前目录下查找文件中含有字符-temp的文件

find . -name "*.*" | xargs grep "temp"

posted @ 2019-12-30 16:45  一个人、一座城  阅读(140)  评论(0)    收藏  举报