![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| awk program to select a portion of a line | anju | Shell Programming and Scripting | 3 | 01-11-2008 06:33 AM |
| Delete Portion of a file | sameersbn | High Level Programming | 2 | 01-20-2007 12:16 AM |
| Select a portion of file based on query | vanand420 | Shell Programming and Scripting | 14 | 10-31-2006 04:48 AM |
| extract a portion of log file | chandra004 | Shell Programming and Scripting | 8 | 08-03-2006 08:20 PM |
| remove portion of file | methos | Shell Programming and Scripting | 13 | 08-16-2002 09:26 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
select a portion of a file into a CSV
How will i convert a file
<LDATE>10-12-07</LDATE><LTIME>13:47:48.553</LTIME><LTEXT>name:anju;city:blore;ph:123</LTEXT> <LDATE>10-12-07</LDATE><LTIME>13:47:48.553</LTIME><LTEXT>name:anju;city:blore;ph:123</LTEXT> <LDATE>10-12-07</LDATE><LTIME>13:47:48.553</LTIME><LTEXT>name:anju;city:blore;ph:123</LTEXT> <LDATE>10-12-07</LDATE><LTIME>13:47:48.553</LTIME><LTEXT>name:anju;city:blore;ph:123</LTEXT> to this 10-12-07,13:47:48.553,b'lore 10-12-07,13:47:48.553,b'lore 10-12-07,13:47:48.553,b'lore Basically i want some portions of a file to be merged and form a new comma seperated file... Please help this is urgent... ![]() anju |
| Bookmarks |
| Tags |
| gawk, sed, solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|