Chinaunix首页 | 论坛 | 博客
  • 博客访问: 515525
  • 博文数量: 87
  • 博客积分: 4086
  • 博客等级: 上校
  • 技术积分: 900
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-23 15:55
文章分类

全部博文(87)

文章存档

2012年(3)

2010年(13)

2009年(7)

2008年(64)

我的朋友

分类: LINUX

2010-07-18 15:11:35

-eq
is equal to
-ne
is not equal to
-gt
is greater than
-ge
is greater than or equal to
-lt
is less than
-le
is less than or equal to
<
is less than (within double parenthese) (($a < $b))
<=
is less than or equal to
>
is greater than
>=
is greater than or equal to
-z
string is null, that is, has zero length
-n
string is not null
阅读(2228) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~