cat /etc/testfile | awk '{ FS = ":" ; print $1 }' | grep -v '^[#*]' | grep -v '^$'