Hi guys,
I'm a complete noob to awk and have a question which I'd really appreciate help on
I have to search a file for a list of specific words which are separated by a semicolon ( word1;word2;word3;.... ) and is achieved by:
n = split ( list, a, ";" )
for ( i = 1; i <= n; i++ )
if (index(...