Shell script that accept a list of file names as arguments count and report the …
Shell Script
-
-
Shell Script that takes directory as input from the user and then print all the …
-
Shell script that accepts a filename and starting/ending line numbers as arguments, and displays all …
-
In this tutorial, we will write a shell script to find the factorial of a …
-
Shell script that displays list of all the files in the current directory to which …
-
In this tutorial, you’ll learn what is a perfect number and also create Shell Script to check …
- Linux
Shell Script to check whether a student has passed or failed based on the marks
by Anup Maurya2 minutes readIn this article, we will discuss how to write a shell script to check whether …
- Linux
Shell Script that checks if every argument supplied is a file or directory
by Anup Maurya1 minutes readIn this article, we’ll learn to write a Shell Script that checks if every argument …
-
Ever wondered how to check if the current year is a leap year with a …
-
In this article, you’ll learn how to create a Shell Script to Reverse a Number. …