![]() |
|
|
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 |
| Insert line into file | vinay123 | Shell Programming and Scripting | 3 | 07-01-2008 04:07 AM |
| compare the column from 3 files and merge that line | ganesh_mak | Shell Programming and Scripting | 8 | 04-14-2008 08:56 AM |
| insert a variable in the last column of a file | dineshr85 | Shell Programming and Scripting | 7 | 12-06-2007 07:46 AM |
| insert a line in a file | RishiPahuja | Shell Programming and Scripting | 7 | 06-22-2005 04:47 AM |
| Insert a line as the first line into a very huge file | shriek | UNIX for Advanced & Expert Users | 3 | 03-09-2005 01:22 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Insert first line of a file to first column of remaining files
I want to extraxt data from a html table
the html file is downloaded from UG / PG Univ - Exam.Results April/May 2008 After processing the html file using sed i got the output like this 11305106082,RANJANI R, CS1251,20,69,P CS1302,20,45,P EC1006,20,52,P EC1351,20,53,P EC1352,20,47,P EC1353,20,80,P EC1354,20,78,P EC1355,20,78,P GE1352,20,74,P MG1351,20,52,P 11305106082,RANJANI R,CS1251,20,69,P 11305106082,RANJANI R,CS1302,20,45,P 11305106082,RANJANI R,EC1006,20,52,P 11305106082,RANJANI R,EC1351,20,53,P 11305106082,RANJANI R,EC1352,20,47,P 11305106082,RANJANI R,EC1353,20,80,P 11305106082,RANJANI R,EC1354,20,78,P 11305106082,RANJANI R,EC1355,20,78,P 11305106082,RANJANI R,GE1352,20,74,P 11305106082,RANJANI R,MG1351,20,52,P what i have to do, help me Last edited by a_artha; 07-29-2008 at 02:29 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|