标题: where the bug in my tiny script [打印本页] 作者: wuxiaobo_2009 时间: 2012-03-09 11:56 标题: where the bug in my tiny script #!/bin/bash
#Program:
# This Program shows the "Hello,World"
#History:
#2012/03/09 Hacker FirstRlease
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
export PATH
echo -e "I will use date touch three files\n"
read -p "Your filename:" filename