dynamically allocating space for variable in ksh
- by Govind Rajan
I am new to ksh unix shell scripting.I need my ksh script to get inputs from the user. and the number of inputs is unkown. I need to get the inputs and process again further .The sample run could be :
Enter the input values :
Hello
how
are
you
Select two values from the above :
how
you
Here the italized text are the inputs from the user.The inputs number given by the user is unknown .I down know how to handle the values given by user. Thanks in advance