Bootstrap

Linux查找文件和文件夹

查找目录:find  /查找范围  -name  查找关键字  -type d
查找文件:find  /查找范围  -name  查找关键字  -print
;