Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
shell脚本问题
http://forum.ubuntu.com.cn/viewtopic.php?t=137538
分页:
1
/
1
shell脚本问题
发表于 :
2008-07-20 2:41
由
k52h
我在脚本写入:
cd /tmp/test
可是当运行了刚脚本,路径确没有改变,为什么?
发表于 :
2008-07-20 2:46
由
yjcong
#!/bin/bash
cd /tmp/test
ls