#90daysofdevops
Read more stories on Hashnode
Articles with this tag
In today's blog, we will write a bash script to create directories.sh that when the script is executed with three given arguments (one is the...
What is Shell scripting? In the world of DevOps, Shell scripting helps us automate tasks on the computer, making our lives easier!Imagine Shell...
In this Blog, we will go through a few more Basic Linux commands that will help us: To view what's written in a...
Day 2/90 Basic Linux commands: Check your present working directory: pwd --> Print working directory It shows the current working directory that...