```
find . -name "klibc"
find .
-name
"klibc"
在当前文件内查找文件 klibc
find . -name "*libc*"
在当前文件内查找文件 (模糊查询)