Day 5 : Advanced Shell Scripting
Write a bash script createDirectories.sh. When the script is executed with three given arguments (directory name, start number and end number) it creates a specified number of directories with a dynamic directory name.
Lets first create a shell scri...
akshayaphadke.hashnode.dev2 min read