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 Conditional Statements in Shell Script by Anup Maurya January 10, 2024 January 10, 2024 3 minutes read Shell scripting is a powerful tool that enables users to automate repetitive tasks, manipulate files, … 2 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Arrays in Shell Scripts by Anup Maurya September 26, 2023 September 26, 2023 2 minutes read In this tutorial we’ll learn about Arrays in Shell Scripts, how we can create, access, … 0 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
Linux Loops in Shell Scripting by Anup Maurya September 25, 2023 September 25, 2023 2 minutes read Loops are an essential part of shell scripting, which allows you to perform repetitive tasks … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux She-bang in Shell Scripting by Anup Maurya September 13, 2023 September 13, 2023 3 minutes read Shell scripting is an essential part of working with the command-line interface in Linux/Unix systems. … 0 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
LinuxBlogs How to write a shell script and run it by Anup Maurya August 25, 2023 August 25, 2023 2 minutes read In this tutorial, we will go through the steps to write a shell script and … 2 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux How to determine Shell by Anup Maurya July 7, 2023 July 7, 2023 2 minutes read There are many different shells available in Unix and Linux environments, and it is important … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Scripting Comments by Anup Maurya June 27, 2023 June 27, 2023 2 minutes read Comments in shell scripting are lines of text that are ignored by the shell interpreter. … 1 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky
Linux Shell Scripting Sourcing a file by Anup Maurya May 16, 2023 May 16, 2023 2 minutes read Shell scripting is a powerful tool that allows you to automate tasks and execute commands … 2 FacebookTwitterPinterestLinkedinWhatsappTelegramThreadsBluesky