Remove comments and empty lines with grep November 3, 2015Linux, Tech Solutionsbash, grep, linux, textMike Dixson Remove comments and empty lines with grep grep -v -e ^# -e ^$ filename