Home of Owl
verne91
闵大荒搬砖中
全部博文(23)
2014年(4)
2013年(19)
莫锦文
hardy_ya
huangdon
zyyuyu12
zyyyjhlm
李忠山
stuman
Gavin_Re
xiaolan4
分类: LINUX
2013-04-06 18:45:50
标准unix/linux下的grep通过以下参数控制上下文
grep -C 5 foo file 显示file文件中匹配foo字串那行以及上下5行
grep -B 5 foo file 显示foo及前5行
grep -A 5 foo file 显示foo及后5行
查看grep版本的方法是
grep -V
上一篇:fg、bg、jobs、&、ctrl + z
下一篇:gcc 引用math.h,编译出现undefined reference to 'pow'错误时,需要加参数-lm.
登录 注册