![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| how to read the column and print the values under that column | gemini106 | Shell Programming and Scripting | 6 | 03-28-2008 04:05 AM |
| Print row if value in column 1 is the first occurence | Raynon | Shell Programming and Scripting | 7 | 03-17-2008 11:31 PM |
| to print column using awk | cdfd123 | Shell Programming and Scripting | 2 | 07-26-2007 10:15 AM |
| can awk print column using a variable ?? | jambesh | Shell Programming and Scripting | 36 | 09-26-2006 04:39 AM |
| Format a column of text | mlucas | UNIX for Dummies Questions & Answers | 2 | 08-16-2006 12:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Friends,
I have a log file as below siteid = HYD spc = 100 rset = RS_D_M siteid = DEL spc = 200 rset = RS_K_L siteid = DEL2 spc = 210 rset = RS_D_M Now I need a output like column wise as below. siteid SPC rset HYD 100 RS_D_M DEL 200 RS_K_L Can anybody help me. Suresh |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Can you explain what you have so far, and what you're having trouble with?
Regards |
|
#3
|
|||
|
|||
|
My system generates a log file in the format mentioned.
Now I have to check the data so I need in column format. |
|||
| Google The UNIX and Linux Forums |