Hi All,
please help me to know how to move the cursor to the desired position?
For example, in a shell script, I am displaying
echo "\t Enter your Name:"
please help me how to move cursor near the first word.
for example, if the output is as below
Enter your name:
(I want the cursor to be blinking here)
I have tried tput command. please help me..
Thankyou all in advance...
