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 > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: New to Unix
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-12-2008
kartikkumar84@g kartikkumar84@g is offline
Registered User
  
 

Join Date: May 2008
Posts: 17
Varible

hi all, is there any way of referring to individual members of a varible.

like var=kati
so $var(1)='k' or somthing like that.

i am trying to display the file format in a tabular form..
so i thot i can use a loop for checking the exact value of each character and then displying the file permissions in a table..