shell

Usefull ways of using the shell

diff

diff two files but remove all commented out lines

vimdiff <(grep -v -E '^#|^$' file1) <(grep -v -E '^#|^$' file2)