Phone-book Using Shell Script

Here is the program to create a phonebook using a shell script. It covers the following functionalities. Display a menu for the following functions Add an entryDisplay all matches to…

Some Shell Scripts

This post covers some of the shell scripts to: Find roots of the quadratic equation To count the number of files and directories in directory Store the information of a…

Basic Bash Shell Commands

Here some of the basic bash-shell commands. This post is the continuation of the last post I've shared about Linux commands. The Linux commands shown here covers file and directory…