#shell-script
Read more stories on Hashnode
Articles with this tag
Day 6 of 90DaysOfDevOps · Loops in Shell Script Let's create directories day1 to day90 #!/bin/bash read -p "directory name: " dirName read...
Day 5 of 90DaysOfDevOps · Before start learning linux shell scripting let's dive into following three concepts What is kernel? Kernel is core component...