Getting Started With Shell Scripting for DevOps
Introduction
What is shell scripting?
Shell scripting is writing a sequence of commands for the command-line shell (most commonly Bash on Linux) into a text file so they run automatically. Instead of typing commands one by one, you save them as a scr...
blog.sushant.dev8 min read
Faisal Khatri
QA | Mentor | Open Source Contributor
Thanks for the detailed explanation.