On Thu, 8 Jan 2009, Amos Shapira wrote:

> I found Perl's Conf::INI module but it expects comments beginning with
> ";", not "#".

and
         | sed -e 's...@^#@;@g'
cannot cure that bad habit on generated files or an input 
stream?

[herr...@centos-5 ~]$ cat - << END | sed -e 's...@^#@;@g'
> one
> two#two
> $three#three
> #four;four
> #five#five
> ;six#six
> END
one
two#two
;three
;four;four
;five#five
;six#six
[herr...@centos-5 ~]$

-- Russ herrold
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to