Grep to Remove Spaces and Comments (#) By jbmurphy on December 29, 2015 in NoteToSelf, ShellScript Sometimes I just want to look at the content of a config file and not all the descriptions. grep -v "\#\|^[[:space:]]*$" Related BASH
Comments are closed.