shell编程实例2

1、vim  read_PERSON.sh

2、

#!/bin/bash
echo "What is your name?"
read PERSON
echo "Hello,$PERSON"

3、source  read_PERSON.sh

posted @ 2016-01-29 16:49  SuGuolin  阅读(120)  评论(0编辑  收藏  举报