Linux Shell Scripting

Write a shell script to calculate the sum from a given CSV file

Given a csv file name as Items in CSV format with the below contents.Write a shell script to calculate the…

add comment