31,703
edits
Line 76: | Line 76: | ||
* '''echo''' - prints the specified arguments to stdout | * '''echo''' - prints the specified arguments to stdout | ||
* <span style=color:green>'''-e'''</span> - makes the echo command interpret backslash escapes ( | * <span style=color:green>'''-e'''</span> - makes the echo command interpret backslash escapes (<span style=color:red>\n</span> in this case) | ||
* <span style=color:red>'''\n'''</span> - the end line symbol, i.e., it indicates that the following text begins in another line. The </span><span style=color:red>\n</span> part itself is not interpreted as part of the text if '''<span style=color:green>-e</span>''' is specified. | * <span style=color:red>'''\n'''</span> - the end line symbol, i.e., it indicates that the following text begins in another line. The </span><span style=color:red>\n</span> part itself is not interpreted as part of the text if '''<span style=color:green>-e</span>''' is specified. |