Hi,
 
I have one array called as @array1 which has some data
 
I have another @array2 which also has some data.
 
 now for each element / value of both these arrays i need to a run a
specific command at a time , not one by one. means that for every
element of both these arrays i have to run specific command , once that
command is executed properly then again for second element / value of
both the array i need to execute same command and so on .
 
  suppose that command is `ct lsreplica` .
 
  and the output of this command i need to save in another array.
 
 How do i achieve this.
 
 Please let me know.
 
 Regards
 Irfan.
 
 

Reply via email to