Remove comments and empty lines sed one-liner
Thursday, November 22nd, 2007sed -e 's/#.*//' -e 's/[ ^I]*$//' -e '/^$/ d'
…so I don’t have to think of it again.
redirection of everyday life
sed -e 's/#.*//' -e 's/[ ^I]*$//' -e '/^$/ d'
…so I don’t have to think of it again.
Simply wonderful.
I don’t have to get it from testing and “break” my stable box with mixed trees!