日期:2014-05-16 浏览次数:20751 次
#!/bin/bash #testing the read command echo -n "enter your key: " read key echo "hello $key ,welcome to my program."