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: 1. Calculate certain allowances for the students who have passed 2. Paper presentation allowance which is 80% of the stipend; 3. Performance incentive which is 20% of the stipend; 4. Store the allowances in two different arrays.; 5. Print the total amount required for each allowance and the average. Assignment 2: 1. Print the value of environment variable PATH from awk program.