Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 155 Bytes

File metadata and controls

3 lines (3 loc) · 155 Bytes

find

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