Shell scripting for Devops
A shell script is a file in which you have written shell commands in sequences.
Let’s talk about file types:
If we have a Python file, then the file type is (.py).
Similarly,
Python - (.py)
Java - (.java)
C++ - (.cpp)
C - (.c)
Shell - (.sh)
usernam...
awsomevikash.hashnode.dev2 min read