DevOps(Day-4)
Shell scripting in LINUX
What is Shell Scripting?
It is a set of commands written in an executable file to automate any task. The commands are converted then to machine-readable form to execute.
Syntax:-
#!/bin/bash
<commands>
The file to be cr...
bandandevopsjourney.hashnode.dev2 min read