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