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
search data from oracle and text file

Find the existing values of the given text file and check if those records present or not in the Oracle database table

This post helps to understand the basic syntax to opening a file and reading from it along with how we…

add comment