unixstudent
Technical User
\c doesn't seem to be working in my script to leave cursor at the end of an echo directly followed by a read command. any suggestions?
echo "Place cursor here: \c"
read variable
will render as:
Place cursor here: \c
(cursor here)
echo "Place cursor here: \c"
read variable
will render as:
Place cursor here: \c
(cursor here)