![]() |
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 |
| c program to extract text between two delimiters from some text file | kukretiabhi13 | High Level Programming | 7 | 12-03-2008 06:29 PM |
| how to extract columns from a text file | ihot | Shell Programming and Scripting | 16 | 05-05-2008 11:33 PM |
| How to extract text from xml file | chrisf | Shell Programming and Scripting | 3 | 09-01-2007 02:25 PM |
| Extract data from file | getdpg | Shell Programming and Scripting | 20 | 08-03-2006 03:54 AM |
| extract data from file | apalex | Shell Programming and Scripting | 2 | 04-27-2002 01:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to extract data from a text file
Hello All,
Is there an easy way to extract data from a text file? The text file is actually a dump of a 2 page report with 6 columns and 122 lines. Example is Report Tile Type Product 1 Product 2 Product 3 Product 4 Product 5 Budget Current MTD YTD. Payments Second Page of Report : Report Tile Type Product 6 Product 7 Product 8 Product 9 Grand Total Budget Current MTD YTD. Payments Say we only want to get the amount in : Current - Product8, Product 9 and grand total. MTD - Product8, product9 and Grand total YTD - product8, product9 and Grand Total Checking the text file, these are in rows 81, 82 and 83. Thanks! negixx |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|