Introduction to Automation and Shell Scripting in Linux (Part 02)
How to Write a Shell Script
Create a Shell Script file with extension .sh using Touch command.
Open file using command vi/vim.
Press esc i to insert/write something on file.
Start writing your Shell Script using specific indentation/syntax.
#!...
automation-and-shell-scripting.hashnode.dev2 min read