sed + remove "#" and empty lines with one sed command

Viewed 50500

how to remove comment lines (as # bal bla ) and empty lines (lines without charecters) from file with one sed command?

THX lidia

7 Answers
Related