Linux is a free and open-source operating system based on the Unix operating system. Linux …
Linux
-
-
Shell scripting is a powerful tool that allows you to automate tasks and execute commands …
-
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. …
-
In this article, we will explore the use of floating-point numbers in shell scripting and …
-
Ever needed a quick way to multiply two numbers on your Linux or Unix system? …