![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| editing ELF file | tejuwala | Linux | 1 | 05-17-2008 08:22 PM |
| Editing file | rahul303 | Shell Programming and Scripting | 4 | 09-23-2007 07:49 PM |
| Editing the File using Awk | awk_beginner | Shell Programming and Scripting | 3 | 04-06-2007 07:43 AM |
| Help with editing file | dsravan | Shell Programming and Scripting | 4 | 01-31-2007 09:59 AM |
| File editing using awk | rinku11 | Shell Programming and Scripting | 2 | 11-23-2006 07:34 AM |
|
|
LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|