Ubuntu 下运行 Shell 脚本时显示 \"declare not found\" 的问题
------------------------------------------------------------------------------- declare not found 错误(ubuntu里的dash): #why,#dash: @2010-Mar-25 ------------------------------------------------------------------------------- Update: 2010-Mar-31 此种问题只在 Ubuntu 下才会出现!安装 debian 系统根本不存在此类问题,因为只有 Ubuntu 把默认的 bash 替换成了 dash. 在使用 debian 一天后感觉:Ubuntu 好像要 弄出来一个 Linux 世界里的"Windows 7". 自己 Linux 刚入门,不知见解是否有问题,欢 迎提出不同意见。谢谢! - - - - - - - - - - - - - - - - - 在学习 Shell 脚本的时候,有两个例子在运行时出现异常。比如,我在 test-dash.sh 脚 本输入如下内容: echo -e "Trekshot. \a \n" declare -i number=7 echo $number 在 Ubuntu 系统下使用 sh test-bash.sh