9 nocomment - remove comment lines from input stream
13 nocomment [B<grep-arguments>]
17 This command does not overwrite nor write files, just prints them without comments.
18 I.e. removing lines starting hashmark or semicolon.
28 grep -Ev '^[[:space:]]*(#|;|//|$)' "$@"