I searched the last ten pages but didn't see anything like that. Code: egrep -v '#|^ *$' [i]path/filename[/i] It outputs lines that are not commented out with "#" or that are blank. Useful to get the gist of heavily commented files like my Privoxy config file.