首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

grep 剔除文件内的调试行

2013-01-06 
grep 删除文件内的调试行1.delete debug lines:1,$ s/.*Word.*//Use these cmds you will find the line n

grep 删除文件内的调试行

1.delete debug lines

:1,$ s/.*Word.*//

Use these cmds you will find the line number is also exist without text,so that you should add \n* to delete debug line Completely.

热点排行