Introduction to Automation and Shell Scripting in Linux (Part 03)
Mar 20, 2025 · 2 min read · 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 ...
Join discussion