【发布时间】:2011-08-08 02:39:24
【问题描述】:
#!ksh
我想做一些奇怪的事情,但 unix 不让我......
请看示例:
#assign multiple values to a variable so if the user type
#upper case or lower case it will be ok
var=aa1|AA1|aA1
#then I want to use the variable in a guess script
我需要在其他函数中使用该变量,所以我不能用例 任何人都可以帮忙吗? 谢谢。
【问题讨论】: