CMIS 325 awk Name: ________________________________________ Paste the awk 'program' and the answer. Using the ~dwills/Testfiles/cars_file.txt Its five fields are: make, model, year, mileage, price. Get the records that are: less than $5000 between $2000 and $9000 the 83 cars that have more than 20000 miles the cars made in the 80's Get the fields: make and price fields novas and their prices Now use the japan file. precede each by their line numbers records 30-35 records whose 6th field is baba records that contain ba and whose 2nd field is 62 records whose 3rd field is less than 100 and whose 5th field is between d and m records whose 2nd field is larger than its 3rd field every 100th record