![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Increment variable stored in a file | solitare123 | Shell Programming and Scripting | 1 | 07-09-2008 02:36 AM |
| Where is the crontab file stored | rajbptl | UNIX for Advanced & Expert Users | 3 | 01-18-2008 09:46 AM |
| Outputting formatted Result log file from old 30000 lines result log<help required> | vikas.iet | Shell Programming and Scripting | 5 | 12-02-2007 10:43 PM |
| How to store query multiple result in shell script variable(Array) | div_Neev | Shell Programming and Scripting | 4 | 11-06-2007 08:10 PM |
| Directory where spooled file is stored | babulilly | UNIX for Advanced & Expert Users | 1 | 10-22-2002 04:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Prase a file and stored the result to an array
Dear all ,
I have a file whose content has the following format: jboss.web:type=ThreadPool,name=AAAA jboss.web:type=ThreadPool,name=BBBB How can I parse this file to get the value of the name of each line (AAAA , BBBB) and store the result to an array ? (array[0] = AAAA , array[1] = BBBB). Different files will have different total number of lines. Regards. |
![]() |
| Bookmarks |
| Tags |
| store array |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|