[Linux Tech Solutions]
Remove comments and empty lines with grep
Remove comments and empty lines with grep grep -v -e ^# -e ^$ filename
read more[Linux Tech Solutions]
Remove comments and empty lines with grep grep -v -e ^# -e ^$ filename
read more