2007年7月4日 星期三

shell script : read line

[will@localhost ShellScript]$ cat read.sh
#!/bin/sh

read -p "Please input your first name: " firstname
read -p "Please input your last name: " lastname
echo -e "Your full name is : "$firstname" "$lastname"\r\n"
[will@localhost ShellScript]$

沒有留言:

網誌存檔

關於我自己