We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ce99c + 76e8087 commit eb2fc35Copy full SHA for eb2fc35
echo.md
@@ -47,4 +47,16 @@ echo * #=> Prints files and folders of current directory
47
48
```sh
49
echo *.txt #=> Prints all .txt files from current directory
50
-```
+```
51
+
52
+- Using option new Line ‘\n‘ and horizontal tab ‘\t‘ simultaneously.
53
+```sh
54
+$ echo -e "\n\Onecompiler \n\tis \n\ta \n\tcommunity \n\tof \n\tNerds"
55
56
+ Onecompiler
57
+ is
58
+ a
59
+ community
60
+ of
61
+ Nerds
62
0 commit comments