We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975d9f7 commit 7aff4dcCopy full SHA for 7aff4dc
learningbash.md
@@ -132,3 +132,6 @@
132
d=$(echo "1.2 + 1.3" | bc)
133
echo "d equal to $d"
134
```
135
+- to interpret special characters: `echo -e "This is \n a new line"`
136
+- to disable new line trailing special characters: `echo -n "This line will not be followed by a new line"`
137
+
0 commit comments