Hey, it's not urgent but i would really like to have this working.
We just got our new linux server in the office and we were previously working on NT. With NT i could extract files into a comma dilimited form and then just search the records, whereas with Linux i'm having a few problems, i've asked a few people around and they said that with AWK i should be able to extarct all that i need from a text file.
Well, here's the question: would that be possible to write an AWK application that would display and extarct entries according to the first character of the field? So for every line of input in a file it will find words starting with "N or #". Count the number of letters/digits in each of these words and at the end print out the average number of letters per word beginning with "N or #"?
Thank you
We just got our new linux server in the office and we were previously working on NT. With NT i could extract files into a comma dilimited form and then just search the records, whereas with Linux i'm having a few problems, i've asked a few people around and they said that with AWK i should be able to extarct all that i need from a text file.
Well, here's the question: would that be possible to write an AWK application that would display and extarct entries according to the first character of the field? So for every line of input in a file it will find words starting with "N or #". Count the number of letters/digits in each of these words and at the end print out the average number of letters per word beginning with "N or #"?
Thank you