All,
Got an interesting problem to deal with, I'm creating part of an autobuild script (in ksh).
We receive a range of disk metas that will be assigned to a AIX vio server.
0733 - 07D4
I need a way of creating a list from the values above.
I was thinking of converting them to dec then using count+1 from the first value to the last, then converting the list back to hex. This would work but for the added complexity of having a list like
0733 - 07D4 + 08E6 - 08E7
Does anyone know / think of another method.
Regards.
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
Got an interesting problem to deal with, I'm creating part of an autobuild script (in ksh).
We receive a range of disk metas that will be assigned to a AIX vio server.
0733 - 07D4
I need a way of creating a list from the values above.
I was thinking of converting them to dec then using count+1 from the first value to the last, then converting the list back to hex. This would work but for the added complexity of having a list like
0733 - 07D4 + 08E6 - 08E7
Does anyone know / think of another method.
Regards.
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."