删除文档注释的方法
一般的linux下的软件的配置都会有好多注释来说明参数的作用
下面提供一种删除注释的方法
grep -v “#” oldfile.conf > newfile.conf
Leave a Message
No Messages
No Messages
RSS feed for comments on this post. TrackBack URI
Leave a Message
« 父亲
一般的linux下的软件的配置都会有好多注释来说明参数的作用
下面提供一种删除注释的方法
grep -v “#” oldfile.conf > newfile.conf
RSS feed for comments on this post. TrackBack URI