↵linux下查找某个文件夹以及子文件夹文件的命令:
find ./ -name index.html
注释:
1.find 查找命令
2../ 当前路径
3.-name 按照文件名查询
4.index.html 要查询的文件名
【Linux常用命令之find查找文件】使用find查找当前路径以及子路径下的某个文件
阅读 44
2023-10-27
↵linux下查找某个文件夹以及子文件夹文件的命令:
find ./ -name index.html
注释:
1.find 查找命令
2../ 当前路径
3.-name 按照文件名查询
4.index.html 要查询的文件名
相关推荐
精彩评论(0)