Hi this is akhil....I have done my masters in bioinfo...with 7.3 cgpa out of 10 in 2012 at gitam university andhra pradesh...but unable to get jobs. Plz help me or suggest me some nice opportunity.....
Print line of a tab-delimited file when the 8th field is 10090:awk -F "\t" '$8 == 10090 { print $0 }' myFilePrint fields 1, 2, 3 from a tab-delimited file where the 4th field contains a '99':awk -F "\t" '$4 ~ /99/ {print $1"\t"$2"\t"$3}' myFile