#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Challenge Description Your task is to create a bash script that takes a directory path as a command-line argument and performs a backup of the...
Tasks Create Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three arguments (directory name,...
ls -l -- list the files and directories in long list format with extra information ls -a -- list all including hidden files and directory ls *.sh --...
What is DevOps? DevOps: A Deep Dive into Streamlined Software Delivery DevOps, a philosophy and practice born from the need to bridge the gap between...
This is #90DaysofDevops challenge from Shubham Londhe ยท What is Git and why is it important? ๐ก Git is a DevOps tool used for source code management. It...
This is #90DaysofDevops challenge from Shubham Londhe ยท What is Git? Git is a distributed version control system for software development. Git allows...