Search Results

Search: Posts Made By: biofreek
5,054
Posted By vgersh99
how about: awk -F"'" 'FNR%2{f1=$0;next}...
how about:

awk -F"'" 'FNR%2{f1=$0;next} {for(i=2;i<=NF;i+=2) print f1, $i}' myFile
1,178
Posted By RudiC
How about awk -F: ' {gsub...
How about
awk -F: '
{gsub (/[\\",]/, _)
}
/^ *_id/ {ID = $2
}
/^ *pubmed/ {PM[++CUR] = $2
}
/^ *text/ {TX[CUR]...
Showing results 1 to 2 of 2

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