红联Linux门户
Linux帮助

shell编程问题

发布时间:2010-08-19 22:34:52来源:红联作者:mark_honeywell
我在学习中写了下面的一个.sh文件:
#!/bin/bash/
hello="var1"
echo $hello
functiong func1{
local hello="var2"
echo $hello
}
func1
echo $hello
执行后是以下结果:
[attach]31844[/attach]
大家帮帮忙!
文章评论