dynamically allocating space for variable in ksh

Posted by Govind Rajan on Super User See other posts from Super User or by Govind Rajan
Published on 2012-06-20T09:05:35Z Indexed on 2012/06/20 9:19 UTC
Read the original article Hit count: 213

Filed under:
|
|

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

© Super User or respective owner

Related posts about unix

Related posts about shell-script