stndn

Golden Member
Mar 10, 2001
1,886
0
0
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-