|
Hi,
I tried
ST="$ST$L"
and whenever I hit the space things seems to get messed up so I cna no longer type anything else except Aa to terminate the script.
The echo command
ST="$(echo \"$ST$L\")"
also does the same thing, except a lot of " signs are added to the string.
Thanks,
JAmes
|