Introduction to Automation and Shell Scripting in Linux (Part 03)
It will print name
It will create a folder
Inside folder it will create two files.
Writing First Basic 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 ...
basic-shellscript.hashnode.dev2 min read