You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04-shell-scripting/18-shell-script-essentials/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The `touch` command creates an empty file with the given name. Finally, I open t
59
59
60
60
Before we run the script, let's quickly talk about _comments_.
61
61
62
-
## Comments<!--index..>
62
+
## Comments<!--index-->
63
63
64
64
Comments are lines of text that you add to a script or program to help the reader understand what is going on. Comments are not interpreted by the shell – they are purely for the benefit of the reader.
0 commit comments