摘要: 现象: shell脚本中source aaa.sh时提示 source: not found原因: ls -l `which sh` 提示/bin/sh -> dash这说明是用dash来进行解析的。改回方法: 命令行执行:sudo dpkg-reconfigure dash在界面中选择no再ls ... 阅读全文
posted @ 2014-08-29 13:53 谭志宇 阅读(211) 评论(0) 推荐(0) 编辑