D DirtylilTechBoy Senior member Oct 19, 2001 304 0 0 Apr 28, 2002 #1 What does "echo" mean??? I see it in scripts all the time.
S stndn Golden Member Mar 10, 2001 1,886 0 0 Apr 29, 2002 #2 echo is something like print or printf statement... basically it will send string to the stdout example: echo hello world will do this when the program is run: hello world something like that -) -1059-
echo is something like print or printf statement... basically it will send string to the stdout example: echo hello world will do this when the program is run: hello world something like that -) -1059-