Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Nov 28, 2022

Shell Scripting

In order to perform repetitive and time-consuming tasks we write commands and for that command, a line interpreter is required. Hence, shell scripting is one of those where we write the script in one go which in return saves time and helps us perform server operations like file manipulation, folder management, etc. Hence, this section contains it all.
INTRODUCTION TO SHELL SCRIPTING EASY
In this blog, we will learn about Shell Scripting. We will also discuss its various aspects and basic terminologies in detail.
Shell Scripting - Functions & Variables MEDIUM
In this blog, we will discuss several functions and variables of Shell Scripting with examples. We will also learn in brief about Shell Scripting.
Shell scripting - If Statement EASY
This blog explains how to use conditional statements in shell scripting such as if-then, if-else, if-elif-else statements. These statements are also called control flow statements.
Shell Scripting - The Case Statement EASY
This blog will discuss the topic of the Case Statement, which includes the definition of case statements along with the explanation and example.
Shell Scripting - Read User Input EASY
In this article, we will discuss Bash language, how to get the user input, how to take input in the bash console, and examples related to it.
Advance Bash Scripting Guide MEDIUM
In this blog, we will discuss about advance bash scripting guide. We will also explore how to write a bash script and why it is important.
Shell Scripting - File test operators MEDIUM
This blog explains the details of a few operators that can be used to test various properties in shell scripting.
Shell Scripting - How to append output to the end of text file MEDIUM
This blog explains the details of how to append output to the end of a text file in shell scripting.
Shell Scripting - Logical 'AND' and 'OR' Operator EASY
This blog will discuss the Logically 'AND' & 'OR' Operators in Shell Scripting. We will discuss using multiple logical OR & AND in one line statement.
Shell Scripting Arithmetic Operations EASY
This blog will discuss arithmetic operations in shell scripting. We will also discuss the Linux expr command and each arithmetic operator with examples.
Comments And Variables in Shell Scripting EASY
In this article, we have discussed how to add single-line and multiple-line comments and how to use variables in shell scripting.
Signals and Traps in Shell Scripts
In this article, we will discuss what are signals in shell scripts. We will also discuss what are traps in shell scripts and
Shell Scripting - While Loop EASY
We will discuss the while loop, its syntax, and boolean operators for conditioning. We will also implement a while loop in a limit and an infinite loop.
Shell Scripting - Until, Select and For Loop EASY
We will discuss the until, select and for loop in shell scripting. We will discuss syntax and examples for each type of loop.
Shell Scripting - Pass Arguments to a Bash-Script HARD
This blog explains how to pass arguments to a bash script and access them inside the bash script using various methods.