Spoken Tutorials - Linux AWK Assignment Funded by the National Mission on Education through ICT Indian Institute of Technology Bombay, http://spoken-tutorial.org ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- More on Single Dimensional Arrays in awk Assignment 1: Using the awkdemo.txt file available in the code files link of this tutorial: 1. Calculate certain allowances for the students who have passed: a. Paper presentation allowance which is 80% of the stipend. b. Performance incentive which is 20% of the stipend. 2. Store the allowances in two different arrays. 3. Print the total amount required for each allowance and the average. Assignment 2: 1. Print the value of environment variable PATH from awk program.