Day 5: Advanced Linux Shell Scripting for DevOps Engineers with User management
Creating 'n' numbers of Directory using shell scripts:
Method 1:
This code creates directories named after the value of the "anytime" variable followed by a number from 1 to 90. The loop is set to run 90 times using the syntax "for ((i=1; i<=90; i+...
sjangaledevops.hashnode.dev5 min read