DAY5:Advanced Linux Shell Scripting
All 90 directories within seconds using a simple command.
mkdir day{1..90}
Tasks:
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 a bash script createDirecto...
gajananb.hashnode.dev4 min read