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

Join Date: Apr 2009
Posts: 29
Hi lavascript,

sorry its not script arguments im trying to split up, im reading user input in a while loop e.g

while true
do read input
#split input here into array elements
done

also I am using bash shell and set -A gives me an error

"line 84: set: -A invalid options"