![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl - New line in array elements | bperl | Shell Programming and Scripting | 4 | 04-03-2008 06:56 PM |
| dynamically setting an array | ragha81 | Shell Programming and Scripting | 4 | 02-07-2008 12:54 AM |
| pass each elements in array to ssytem command | jaganadh | Shell Programming and Scripting | 0 | 12-14-2007 03:57 AM |
| To return the elements of array | Sudhakar333 | Shell Programming and Scripting | 5 | 08-06-2007 11:20 AM |
| how to return an array of elements from oracle to shell script | satyakiran | Shell Programming and Scripting | 3 | 08-02-2005 06:57 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can i read array elements dynamically in bash?
Hi friends how can we read array elements dynamically in bash shell?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What means dynamically? Look at http://www.tldp.org/LDP/abs/html/arrays.html or at this one http://www.tldp.org/LDP/abs/html/internal.html#EX36
I think read -a array is what you need (the -a option lets read get array variables). |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|