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.
发布时间: 2013-01-06 15:44:47 作者: rapoo
grep 删除文件内的调试行
1.delete debug lines
:1,$ s/.*Word.*//