[root@node29 ~]# vim ./test.sh param="" read -e -p "Please input param: " param echo "The param you input is: ${param}"