Linux提示用户输入并获取输入信息
#!/bin/bash#testing the read commandecho -n "enter your key: "read keyecho "hello $key ,welcome to my program."
发布时间: 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."