查找md文件
$ find / -name *.md

linux find命令使用示例_Linux

查找头文件
$ find / -type f |more

linux find命令使用示例_Linux_02
linux find命令使用示例_Linux_03