![]() |
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 |
| Array inside an array | manas_ranjan | UNIX for Advanced & Expert Users | 5 | 06-10-2008 02:25 PM |
| array | ccp | Shell Programming and Scripting | 3 | 02-26-2008 03:19 AM |
| create array holding characters from sring then echo array. | rorey_breaker | Shell Programming and Scripting | 5 | 09-28-2007 08:42 AM |
| array in awk | asal_email2 | Shell Programming and Scripting | 5 | 06-13-2005 07:25 AM |
| Do I need an array here? | TheCrunge | Shell Programming and Scripting | 5 | 04-19-2005 03:20 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I need help with an array!
I have the following file:
Johnny|"New York, NY"|Driver,LNU Bob|"Los Angeles, CA"|Crew,ASA JIM|"Rochester, NY"|Cook,GHG Phil|"New York, NY"|Teacher,"LNU,ASA,CCC,JJJ" What I need to output is the following: Johnny|"New York, NY"|Driver,LNU Bob|"Los Angeles, CA"|Crew,ASA JIM|"Rochester, NY"|Cook,GHG Phil|"New York, NY"|Teacher,LNU Phil|"New York, NY"|Teacher,ASA Phil|"New York, NY"|Teacher,CCC Phil|"New York, NY"|Teacher,JJJ Basically, I want to create a new row for every entry in the 4th field. Thanks in advance for any help!!!! Sal |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|