删除文档注释的方法 添加评论 七 042005 一般的linux下的软件的配置都会有好多注释来说明参数的作用 下面提供一种删除注释的方法 grep -v “#” oldfile.conf > newfile.conf 标签:程序 技术 周边