Create an awk script calledcalculeExpense.awk (Use the appropriateshebang) that will accpret a comma separated file wherethe columns are:
first column: users name
second column: hourly rate
third column: hours worked
Calculate the total money spent in salaries. (sum all of column2 * column 3). Here’s an example:
Grace Hopper,20,32
Larry Wall,45,25
James Clark,15,40
Expert Answer
An answer will be send to you shortly. . . . .