|
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"
|