Search Results

Search: Posts Made By: fuad_
12,661
Posted By balajesuri
perl -lne 'print s/ENST//g' file
perl -lne 'print s/ENST//g' file
12,661
Posted By guruprasadpr
Hi $ awk '{for(i=1;i<=NF;i++)if($i ~...
Hi


$ awk '{for(i=1;i<=NF;i++)if($i ~ /^ENST/)x++;print x;x=0}' file
2
1
3

Guru.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 12:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy