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 -->
  #7 (permalink)  
Old 04-23-2009
Calypso Calypso is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 29
Yes I am using the while loop for other purpases

Im afraid its still not working, if i type in "5 * 5" and then print out all array elements i get

element 0 - "5"
element 1 - "file 1 in directory"
element 2 - "file 2 in directory"
element n-1 - "file n in directory"
element n - "5"

Calypso