读书人

Linux提醒用户输入并获取输入信息

发布时间: 2013-10-24 18:27:24 作者: rapoo

Linux提示用户输入并获取输入信息

#!/bin/bash#testing the read commandecho -n "enter your key: "read keyecho "hello $key ,welcome to my program."

读书人网 >UNIXLINUX

热点推荐