yes, it works!!!
Only now, it rest to hide/delete all the blank lines in the output.. I mean:
var1=1
var2=2
var3=3
should be
var1=1
var2=2
var3=3
thanks
Hi,
I was trying to build some kind of filter for files containing commented lines (those starting wiht ";"). The problem arises when some of these lines are indented. For example:
-------------------------------------
foo.conf
;hello
variable=12 ;some comment
;comment indented...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.