intell2003
Technical User
Hello, new to the site and I'm looking for help. I'm doing an Awk tutorial to try and get used to it for recreative use. I found a tutorial that I have been going through until I came across this one particular problem.
Write an awk program to print out the total number of computers held by the organization using the data file awktext3. Use a while statement to perform this.
The awktext3 file stated above contains the following information:
Management 22 Electronics 46 Engineering 12
Health_Science 5 Tourism 20 Registry 18
Computing_Centre 300 Library 4 Halls 2
Write an awk program to print out the total number of computers held by the organization using the data file awktext3. Use a while statement to perform this.
The awktext3 file stated above contains the following information:
Management 22 Electronics 46 Engineering 12
Health_Science 5 Tourism 20 Registry 18
Computing_Centre 300 Library 4 Halls 2