Hi,
I am having hard time with greping e-value 0.0 in blast outfmt 6 I cant find right combination of non printing characters as tabs are coded as '^I' .
How do you do it?
Example:
query1 Contig_0004161 98.69 381 5 0 3 383 233134 233514 0.0 676
cat -A outputs
query1^IContig_0004161^I98.69^I381^I5^I0^I3^I383^I233134^I233514^I0.0^I 676
Thanks in advance!
You can do that using simple awk
If you want to specific column, u could output that using the column number