🌱Day 5: Advanced Linux Shell Scripting for DevOps with User Management.
🎬Delving into Advance Shell Scripting Essentials!
📂Task 1: Creating a Dynamic Directory
Example #1: When executing ./createDirectories.shday 1 90, the script generates 90 directories labeled from day1 to day90.
#!/bin/bash
echo "Enter name of t...
iamsushil.hashnode.dev4 min read