Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of director...
#Day5 #DevOps #90daysofDevops #trainwithshubham #AWS #linuxcommands #linuxshellscripting #shellscript Task 1: You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - So Write...
Welcome to Day 5 of the #90DaysOfDevOpsChallenge! Today, we'll delve into advanced Linux shell scripting, focusing on User Management and creating powerful automated backup scripts. Let's harness the full potential of shell scripting for DevOps effic...
Write a bash script createDirectoriess1.sh that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and the third is the end number of directories ) it creates a specified nu...
DAY 5 - #90DaysOfDevOps Challenge LOOPS IN BASH ( FOR, WHILE, UNTIL ) Loops are a fundamental part of any programming language, and bash is no exception. Loops allow you to execute a block of code repeatedly until a certain condition is met. There...