查找inux下某个文件夹下包含指定字段的文件

find . -type f -name ".*" | xargs grep "gettime"