![]() |
|
|
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 |
| editing ELF file | tejuwala | Linux | 1 | 05-18-2008 12:22 AM |
| Editing file | rahul303 | Shell Programming and Scripting | 4 | 09-23-2007 11:49 PM |
| Editing the File using Awk | awk_beginner | Shell Programming and Scripting | 3 | 04-06-2007 11:43 AM |
| Help with editing file | dsravan | Shell Programming and Scripting | 4 | 01-31-2007 01:59 PM |
| File editing using awk | rinku11 | Shell Programming and Scripting | 2 | 11-23-2006 11:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Editing File using awk/sed
Hello Awk Gurus,
Can anyone of you help me with the below problem. I have got a file having data in below format pmFaultyTransportBlocks ----------------------- 9842993 pmFrmNoOfDiscRachFrames ----------------------- NULL pmNoRecRandomAccSuccess ----------------------- 30646380 I want to format this file into below format so that I can export it to excel using .csv pmFaultyTransportBlocks,9842993 pmFrmNoOfDiscRachFrames,NULL pmNoRecRandomAccSuccess,30646380 Thanks in Advance, Mohammed |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|