![]() |
|
|
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 |
| Formatting a line of data into columns | nistleloy | UNIX for Dummies Questions & Answers | 3 | 05-12-2009 05:52 PM |
| writing data in a text file at particular line | punitpa | Shell Programming and Scripting | 2 | 04-14-2009 02:45 PM |
| Reading data from a specific line in a text file | jermaine4ever | Shell Programming and Scripting | 4 | 04-02-2009 05:21 AM |
| Reading data from a specific line in a text file | jermaine4ever | Shell Programming and Scripting | 1 | 04-01-2009 07:08 AM |
| accessing o an exact line in a file | walnut | Shell Programming and Scripting | 2 | 02-23-2006 04:31 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Formatting a text file to get data in exact line by line
I have my data something like this Code:
SERIAL FIRSTOCCURRENCE
NETPROTOCOL
1947430693 07/01/2009 05:16:40
FR
SERIAL FIRSTOCCURRENCE
NETPROTOCOL
1947430746 07/01/2009 05:18:05
FR
I want the output as follows. Code:
SERIAL.......................FIRSTOCCURRENCE.........................NETPROTOCOL 1947430693...................07/01/2009 05:16:40.....................FR SERIAL.......................FIRSTOCCURRENCE.........................NETPROTOCOL 1947430746...................07/01/2009 05:18:05.....................ATM i kept .... just for understanding..I don't want that in my final output. I searched this forum for the solution. But didn't get the solution. Any help will be much appreciated. -Ravi |
| Bookmarks |
| Tags |
| format, text, unix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|