#devops
Read more stories on Hashnode
Articles with this tag
Pattern Search & Processing Commands : There are multiple pattern search commands which help us for getting exact data from huge data. There are...
Case Statements in Shell Script: You can use multiple if...elif statements to perform a multiway branch. However, this is not always the best...
Loops In Shell Script A bash for loop is a bash programming language statement that allows code to be repeatedly executed. It is the repetition of a...
What is Shell Scripting?List of commands in a program/code that is run by the Unix shell. Why it is used?Repetitive tasks that may be time-consuming...
If Statement:We use the "if statement" for checking the condition. If we have multiple conditions we can also use multiple "if statements".Syntax: if...