![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| append a ' to the $1 $2 | ppass | Shell Programming and Scripting | 2 | 05-26-2008 10:59 AM |
| Converting Binary decimal coded values to Ascii Values | gaur.deepti | UNIX for Advanced & Expert Users | 3 | 04-02-2008 01:33 PM |
| Append using awk | Raynon | Shell Programming and Scripting | 4 | 11-04-2007 06:19 AM |
| ftp append | brdholman | UNIX for Dummies Questions & Answers | 1 | 10-31-2007 10:02 AM |
| append to fle using sed | shweta_d | Shell Programming and Scripting | 2 | 06-13-2007 03:57 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
use awk to append values
Hi,
I have a file like this: tag1:value1 tag2:value2 tag3:value3 tag1:value1 tag2:value2 tag3:value3 tag1:value1 tag2:value2 tag3:value3 and what i want is: value1 value2 value3 value1 value2 value3 value1 value2 value3 that is extract a set of values from paragraphs and append thoses values into a delimited list, one row per paragraph. I then intend to use awk to format the data in the rows in multiple ways. any tips? I've struggled with various sed and awk ideas for hours and not getting anywhere fast. Any help greatly appreciated. Nick |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|