-
Notifications
You must be signed in to change notification settings - Fork 194
Scripting: echo
TurdPooCharger edited this page Apr 20, 2018
·
16 revisions
(Work In Progress) This page delves into greater details about the echo
command.
Including the blank space
, these are the available char.
!#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_``abcdefghijklmnopqrstuvwxyz{|}~
Simple one worded phrases may employ the implicit method of echo
statements.
Example 1:
echo Hello
Example 2:
echo Hello_World
There are limitations for phrases containing certain char, including
-#$%
Explicitness necessitates the usage of quotation marks " "
.
Example 3:
Incorrect: echo Hello World
Correct: echo "Hello Word"
\n