Comments in Shell Scripting
What is Comments in Shell Scripting?
Comments in shell scripting are lines that are ignored when the shell script gets executed.
-> We use the comment to provide extra information about the content in the shell scripting file.
There are two types of ...
bhaskar422.hashnode.dev1 min read