【求助】怎样使执行 echo 的光标停在行尾?

【求助】怎样使执行 echo 的光标停在行尾?

怎样使执行 echo 的光标停在行尾?
用 man echo 说是用 \c 选项,但

$echo 'Enter name to look up \c'; read
Enter name to look up \c
_(光标在此)      
原来看时漏了一行
If -e is in effect, the following sequences are recognized:
...
\c suppress trailing newline      
echo -n 也可以的