802.11
11-29-2002, 07:26 AM
shell script assistant in random title generation...
suppose logarithum
a[0]="One Plus One is Four"
a[1]="No news is good news"
...
...
a[n]="Save all your kisses for me"
integer =random(seed)
title=a[integer]
different title can be called out when the above shell script ( under redhat 7.x) is executed.
Can u assist me with the script. TIA
suppose logarithum
a[0]="One Plus One is Four"
a[1]="No news is good news"
...
...
a[n]="Save all your kisses for me"
integer =random(seed)
title=a[integer]
different title can be called out when the above shell script ( under redhat 7.x) is executed.
Can u assist me with the script. TIA