#90daysofdevopschallenge
Read more stories on Hashnode
Articles with this tag
Creating Directories using shell script #!/bin/bash # Get the directory name from the first argument directory_name=$1 # Get the starting and ending...
Continuing the #90daysofDevOps challenge by the #TWS community. We will explore Linux and why is it important for DevOps. Introduction Linux is an...