The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-26-2009
repinementer repinementer is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 158
How to inset tabs in ARRAYS

Hi I have the follwong command at the end of the program

print arr[1]" "arr[2]" "arr[3]}

I would like to insert the tabs in these three values and 3 values should be in single line.

Would u guys plz suggest me what to do!