find / -name "*.log"
查找文件
Linux
通用
⭐⭐ 常用
3 次浏览
⭐⭐ 常用
3 次浏览
详细说明
查找文件
使用示例
find /var/log -name "*.log" -size +10M
标签:
#linux
#运维