1.查看某一目錄下含有"#include"關鍵字的.c文件 grep
grep "#include" `find -type f -name *.c` | cut -d ":" -f 1 | uniq 文件
cut:截取 uniq:去除重複的文件