-n do not output the trailing newline
echo
-n
echo "hello"
hello (光标在下一行)
echo -n "hello"
hello(光标在同一行)