The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 08-23-2007
manas_ranjan's Avatar
manas_ranjan manas_ranjan is offline
Registered User
 

Join Date: Jul 2007
Location: PUNE
Posts: 171
The question remains same, but now the representation changed,

let

abc=(a b c)
def=(d e f)
ghi=(g h i)
array1=(abc def ghi)


now thing is in sub array i know the content or size, let here it is 3
so i want my o/p should come like
abc(1)=a
def(1)=d
ghi(1)=g

then
abc(2)=b
def(2)=e
ghi(2)=h


etcetera etcetera.......

can anybody help me out to achieve it ?????
Reply With Quote