LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 757|回复: 1

[SOLVED]超级无敌灵异问题

[复制链接]
发表于 2010-3-17 23:41:48 | 显示全部楼层 |阅读模式
  1. autumncat@autumncat-host ~ $ cat foo1
  2. alias mmm='echo mmm2'
  3. mmm
  4. autumncat@autumncat-host ~ $ bash foo1
  5. foo1: line 2: mmm: command not found
  6. autumncat@autumncat-host ~ $ . foo1
  7. mmm2
复制代码
 楼主| 发表于 2010-3-17 23:44:00 | 显示全部楼层
Aliases are not expanded when the shell is not interactive, unless  the
       expand_aliases  shell option is set using shopt (see the description of
       shopt under SHELL BUILTIN COMMANDS below).


找到了 。。。 原来以前一直用 sh
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表