linux中find的用法时间:2021-05-05 10:35:38 找所在目录的文件用 find -name “file*” -print #注意不要用加文件路径,查找文件也好用双双引号括住; 也可以 find ./ -name “file*” -print