在当前目录下查找包含test_key关键字的文件: find . -name '*' -type f | xargs grep "test_key" | awk -F : '{ print $1 }' | uniq