The UNIX and Linux Forums  

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 UNIX 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: 16
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..
Reply With Quote