免费注册 查看新帖 |

Chinaunix

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

急问ksh下的一个条件判断语句 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-25 11:05 |只看该作者 |倒序浏览
我在一个shell脚本的while循环中用到了条件判断却总是报错,即使将条件换为简单的2>1这样的条件依旧报错,恳请诸位大侠不吝援手,急切,再拜,shell用的是ksh\r\n\r\n#calculate\r\nwhile read -u3 line1 && read -u3 line2 &&read -u3 line3 &&read -u3 line4 &&read -u3 line5 &&read -u3 line6\r\ndo\r\n  print \"$line1:$line2:$line3:$line4:$line5:$line6\"\r\n  \r\n  pi=pi+line1\r\n  print \"$pi\"\r\n  po=po+line2\r\n  print \"$po\"\r\n  cpu_us=cpu_us+line3\r\n  print \"$cpu_us\"\r\n  cpu_sy=cpu_sy+line4\r\n  print \"$cpu_sy\"\r\n  cpu_id=cpu_id+line5\r\n  print \"$cpu_id\"\r\n  cpu_wa=cpu_wa+line6\r\n  print \"$cpu_wa\"\r\n  cpu_temp=line5\r\n  print \"$cpu_temp\"\r\n  n=n+1\r\n  print \"$n\"\r\n\r\n  if [ cpu_temp < 100 ]; then\r\n    cpu_max=cpu_temp\r\n  fi\r\n  \r\ndone 3<cpu.data\r\n\r\n报错信息如下:A file or directory in the path name does not exist.\r\ncpu_AIX.sh[48]: 100: 0403-016 Cannot find or open the file.

论坛徽章:
0
2 [报告]
发表于 2007-07-25 13:20 |只看该作者

回复 #1 lbbw 的帖子

if [ cpu_temp < 100 ]; 在作整数比较时,应该是 if [ 100 -gt \"cpu_temp\" ];

论坛徽章:
0
3 [报告]
发表于 2007-07-25 13:56 |只看该作者
谢谢,如果要用<前面原来是要加\\的啊,感激不尽
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP