Ruby Freaks Lounge:第10回 Windows版Ruby 1.9で培う危機回避スキル(後編)|gihyo.jp … 技術評論社
を見て以来、最近、無理してrubyのワンライナーを使うようにしている。
(素振り素振り)
とりあえず、httpd.confのコメント抜き。
ruby -n -e 'print if (/^#/ !~ $_.strip) and ($_.strip != "")' httpd.conf
pオプションとnオプションは便利だなぁ。
Ruby Freaks Lounge:第10回 Windows版Ruby 1.9で培う危機回避スキル(後編)|gihyo.jp … 技術評論社
を見て以来、最近、無理してrubyのワンライナーを使うようにしている。
(素振り素振り)
とりあえず、httpd.confのコメント抜き。
ruby -n -e 'print if (/^#/ !~ $_.strip) and ($_.strip != "")' httpd.conf
pオプションとnオプションは便利だなぁ。