一些有用的 Linux 命令
find <folder> -type f -name <pattern> -print0 | xargs -0 grep <text>