Q.3. (35 points) Write an awk script to perform the following operations. Procts in a supermarket are given in a file. F
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q.3. (35 points) Write an awk script to perform the following operations. Procts in a supermarket are given in a file. F
NOTE DO NOT COPY FROM OTHERS
Q.3. (35 points) Write an awk script to perform the following operations. Procts in a supermarket are given in a file. Find and print the following For each product, how many of that product is sold. At the end, the total number of all products sold and the total apple 5 2 20 1 6 7 orange 32 4 banana 6 42 bread 4 1 83 apple: 41 orange 36 banana 12 bread 16 Total number of products: 105 Products start with a,b,c: 69 mber of products sold whose name start with a, b or c. E Pro