免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1553 | 回复: 2
打印 上一主题 下一主题

bash,Ksh 相同的Bug??? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-06-09 18:51 |只看该作者 |倒序浏览
剛在網上看到有人問這個是不是 Ksh 的 bug
$ [ skdfjh -ot /etc/group ] && echo hi
hi
$

But "man ksh" says:

  file1 -ot file2
         True, if file1 exists and is older than file2.

But file1 does not exist!

bash 3 一樣啊...

[victor@localhost ~]$ bash --version
GNU bash, version 3.00.16(1)-release (i386-redhat-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.
[victor@localhost ~]$ echo $0
bash
[victor@localhost ~]$ [ skdfjh -ot /etc/shells ] && echo hi
hi
[victor@localhost ~]$

ash 沒問題...

论坛徽章:
0
2 [报告]
发表于 2007-06-09 21:36 |只看该作者
       file1 -nt file2
              True if file1 is newer (according to modification date)  than
              file2, or if file1 exists and file2 does not.
       file1 -ot file2
              True  if  file1  is  older than file2, or if file2 exists and
              file1 does not.
GNU bash, version 3.1.17(1)-release (i686-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.

论坛徽章:
0
3 [报告]
发表于 2007-06-09 21:38 |只看该作者
有时man手册会由于更新不够及时而变得过时。有info的话,建议看info
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP