The UNIX and Linux Forums  

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 -->
  #3 (permalink)  
Old 02-08-2007
bucci bucci is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 81
Quote:
Originally Posted by matrixmadhan
try something like this,


Code:
printf "%d, %d\n", cd, cs_cd[cd]
hi matrix,

not working

output :

123, 0
133, 0

any idea?

thank you