摘要: git blame config/vehicle/vehicle_name_vv6-00/vehicle_info.pb.txt 查看文件中每行的提交信息 git blame -L 2,4 config/vehicle/vehicle_name_vv6-00/vehicle_info.pb.txt 阅读全文
posted @ 2019-09-20 15:26 cjshan 阅读(2624) 评论(0) 推荐(0) 编辑
摘要: awk 'NR==1 {gsub("\"", ""); print$2}' $vehicle_file NR=1 取第一行 gsub("src","target") 将src全部替换为target print$2取第2列 阅读全文
posted @ 2019-09-20 15:01 cjshan 阅读(1120) 评论(0) 推荐(0) 编辑