Shell scripting in Unix and Linux heavily utilizes boolean operators for making conditional decisions. These …
Shell Script
-
-
In this article, we’ll learn how to write a Shell Script to exchange the values …
-
In this article, you’ll learn how to write a Shell Script to check a number …
-
In this tutorial, you’ll learn what is a Neon number and also create Shell Script to Check Neon …
-
Taking input from the user is a common task for any programming language. You can …
-
In this article, we’ll see Shell script to print Fibonacci series. Algorithm Shell script to …
- Linux
Shell Script to check whether a given number is a palindrome or not
by Anup Maurya3 minutes readIn this article, we will discuss how to write a shell script to check whether …
-
Shell Script that takes three numbers as input from the user and then finds the …
-
Shell script to display list of files in the current directory. This script starts by …
- Linux
Write a script for printing all file related information in present working directory
by Anup Maurya1 minutes readIn this lab, we’ll create a script for printing all file related information in present …