Goutam Kumargoutamdevops.hashnode.devยทApr 29, 202390DaysOfDevOps:Day#5Example 1: When the script is executed as ./createDirectories.sh day 1 90 vim createDirectories.sh #!/bin/bash cd /home/kali/advshell start=$1 stop=$2 mkdir $(eval echo day{$start..$stop}) then it creates 90 directories as day1 day2 day3 .... day90 E...TrainWithShubhamAdd a thoughtful commentNo comments yetBe the first to start the conversation.