linux find命令

find . -name "*.v" | xargs grep "altera_mf"
# 在当前目录查找所有.v文件,并找出altera_mf的行

持续更新中------

你可能感兴趣的:(linux)