#Day6 Advance Shell Scripting for DevOps
let's see how we can write our shell script
In the terminal, we have to create a file so we can execute our shell script
touch is a Unix command used to create empty files or update the access and modification timestamps of existing files
.sh extens...
areef.hashnode.dev4 min read