Linux查看当前目录下所有文件中包含map的行记录时间:2022-08-16 16:11:07find yaochi_e.prm |xargs grep -ri "map" grep -n "map" *.prm|grep -v "\-\-map"|grep -v "colmap"