Page 1 of 1

Q.3. (35 points) Write an awk script to perform the following operations. Procts in a supermarket are given in a file. F

Posted: Fri Jul 08, 2022 6:44 am
by answerhappygod
Q 3 35 Points Write An Awk Script To Perform The Following Operations Procts In A Supermarket Are Given In A File F 1
Q 3 35 Points Write An Awk Script To Perform The Following Operations Procts In A Supermarket Are Given In A File F 1 (37.19 KiB) Viewed 42 times
write down A W K code
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