Search Results

Search: Posts Made By: rdrtx1
1,190
Posted By rdrtx1
awk ' { if (str ~ ":" $6 ":") $6=toupper($6);...
awk '
{
if (str ~ ":" $6 ":") $6=toupper($6);
print $0;
}' str=":a:c:g:t:" datafile
or
awk '$6=toupper($6)' datafile
Showing results 1 to 1 of 1

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