SparkydogX Blog
首页
标签
归档
搜索
在命令行中使用find命令查找文件
发表于
2018-10-16
find . -name "*.sh"
可以查找当前文件夹以及子文件夹中文件名中包含“.sh”的文件。