/bin/gawk '{ if(!(index($0,"\t")==1 ||index($0,"#")==1 || index($0," ")==1 || length($0)==0 || index($0,"\f")==1)) print $0 }' /etc/termcap
