# Grep 惯用方法 ```bash # 查找普通文件和隐藏文件 grep -rn * .* ```