> I wonder if there is a tool to, say, strip all comments from the > "binary", so it could be smaller. I guess such tool would not be that > hard to write, but I don't know.
I think it's not a big deal if you just want to get rid of comments.I always do it like this way: ====== sed "/;.*/d" filename ====== -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut
