Shell Scripting Tutorial Beginners To Advanced
Day: 1 Introduction to Shell Scripting
What is a shell script?
A shell script is a script written in a shell programming language, which is typically a command-line interpreter for Unix-like operating systems. It allows you to automate various tasks ...
safiakhatoon.hashnode.dev53 min read
Tejas Kumar S
The code example in Day 5 looks more like python code than the shell script, tried the same on my system. It returned errors. Specifically the print statement. Can you please check this?