![]() |
|
|
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 |
| Help me with parsing this file | eamani_sun | Shell Programming and Scripting | 2 | 05-16-2008 04:39 PM |
| Parsing a csv file | chiru_h | Shell Programming and Scripting | 6 | 02-12-2008 09:33 AM |
| Sometimes ancient myths kill computers - Ventura County Star | iBot | UNIX and Linux RSS News | 0 | 09-03-2007 12:00 PM |
| parsing file through awk | bbeugie | Shell Programming and Scripting | 13 | 08-22-2006 02:21 PM |
| Parsing a Log file | tbirenzweig | Shell Programming and Scripting | 4 | 06-20-2006 08:02 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have a recent file I am trying to parse that looks like this:
value_one:1:value_two:2:value_three:3 value_one matches to 1 value_two matches to 2 value_three matches to 3 the semi-colons not only seperate the tags to their corresponding values, but also seperate tag/value pairs from one another is there anyway to parse this file so that I can get an output that looks like this: 1 2 3 and also another output that looks like this: value_one value_two value_three any help appreciated ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|