![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extracting data from text file based on configuration set in config file | suparnbector | Shell Programming and Scripting | 3 | 08-10-2007 03:25 AM |
| Exporting text file data to csv | l_jayakumar | Shell Programming and Scripting | 3 | 09-19-2005 12:27 AM |
| filter data | deep.singh | UNIX for Dummies Questions & Answers | 3 | 08-15-2005 12:24 AM |
| How to extract data from a text file | negixx | Shell Programming and Scripting | 1 | 07-19-2005 10:30 PM |
| getting data out from a text file | skotapal | Shell Programming and Scripting | 7 | 09-14-2002 12:10 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Filter data from text file
Hi All
We have got a text file, which has data dumped from 60 tables. From these 60 tables of data we need data from 4 tables only. I tried assigning line numbers to filter out data, but it is not working as intended. below is the sample file ----Table1----- 3,dfs,43,df 4,sd,5,edd 56,df,6,fgdg ---Table2--- 54,fdgfg,fgdfg 65,dgdfg,yuytr 76,tyuuu,ytur ---Table3---- 98,rere,78 87,gdg,87 45,hgff,98 ---Table4--- sdfsd,tyut,676 ffsdf,ggfd,879 ghgf,iyuty,877 Say from the file, i need to filter out data for Table2 and Table 3 only ... Can any suggest a solution for this .. Thanks in Advance Sri.... |
|
||||
|
Without an example, it's hard to guess. The example you posted so far only has 12345 and asdfghjkl, which of those is supposed to be an IP address?
Maybe it would be easier if you split the single file into multiple files first. Then it's a simple matter of grep -l IP=whatever files |
![]() |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|