Different Ways to Create a File in Linux

Creating a file in Linux is a basic yet essential task for anyone working with the operating system. Here are…

add comment
Linux Shell Scripting

The Ultimate Guide to Summing Values in CSV Files using Shell Script

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

add comment
search data from oracle and text file

Compare data present in text file with oracle database table

In this post, you’ll grasp the fundamental syntax for opening a file and reading its contents, while learning how to…

add comment