2022年6月29日
摘要: 现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l `which sh` 提示/bin/sh -> dash 这说明是用dash来进行解析的。 改回方法: 命令行执行:sudo dpkg-reconfigure dash 在界面中选择no 阅读全文
posted @ 2022-06-29 19:05 芒果-Vic 阅读(649) 评论(0) 推荐(0) 编辑