Linux Unix / Linux – Shell Boolean Operators by Anup Maurya February 16, 2024 February 16, 2024 5 minutes read Shell scripting in Unix and Linux heavily utilizes boolean operators for making conditional decisions. These … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to exchange the values of two variables by Anup Maurya December 31, 2023 December 31, 2023 1 minutes read In this article, we’ll learn how to write a Shell Script to exchange the values … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to check a number is Evil Number or not by Anup Maurya December 24, 2023 December 24, 2023 3 minutes read In this article, you’ll learn how to write a Shell Script to check a number … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to Check Neon Number by Anup Maurya December 18, 2023 December 18, 2023 1 minutes read In this tutorial, you’ll learn what is a Neon number and also create Shell Script to Check Neon … 3 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Bash Script User Input by Anup Maurya November 9, 2023 November 9, 2023 5 minutes read Taking input from the user is a common task for any programming language. You can … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell script to print Fibonacci series by Anup Maurya October 24, 2023 October 24, 2023 1 minutes read In this article, we’ll see Shell script to print Fibonacci series. Algorithm Shell script to … 4 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to check whether a given number is a palindrome or not by Anup Maurya October 23, 2023 October 23, 2023 3 minutes read In this article, we will discuss how to write a shell script to check whether … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Script to find the greater of three numbers by Anup Maurya October 18, 2023 October 18, 2023 1 minutes read Shell Script that takes three numbers as input from the user and then finds the … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell script to display list of files in the current directory by Anup Maurya September 30, 2023 September 30, 2023 1 minutes read Shell script to display list of files in the current directory. This script starts by … 2 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Write a script for printing all file related information in present working directory by Anup Maurya September 25, 2023 September 25, 2023 1 minutes read In this lab, we’ll create a script for printing all file related information in present … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky