にしお #3366(2007/07/06 06:03 GMT) Rating0/0=0.00
サンプル入力
hello! # remove this # don't remove this bye!
hello! # don't remove this bye!
[ reply ]
gm300 #416(2007/07/10 01:38 GMT) [ sed ] Rating1/1=1.00
grep はないの? grep -v '^#' のほうが美しいと思うけど。
1
sed '/^#/d' file >file2
Rating1/1=1.00-0+
1 reply [ reply ]
にしお
#3366()
Rating0/0=0.00
サンプル入力
サンプル出力[ reply ]