标签:文件夹 str inux avr processor xxxx keyword linux xxx
1: 查找根目录下查找文件夹名称叫XXXX的目录地址
find / -name XXXX -d
2: 查找/var/www/目录下叫index.php的文件
find /var/www/ -name index.php
3: 查找根目录下所有已”.sh”结尾的文件
find / -name *.sh
标签:文件夹 str inux avr processor xxxx keyword linux xxx
原文地址:https://www.cnblogs.com/liufei1983/p/9074550.html