![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to filter out some paragraphs in a file | cnlhap | Shell Programming and Scripting | 7 | 08-19-2008 12:03 PM |
| filter the string from a file ?? | varungupta | Shell Programming and Scripting | 11 | 09-17-2007 07:11 PM |
| how do I filter double lines from a txt file | I-1 | Shell Programming and Scripting | 10 | 02-20-2007 09:21 AM |
| filter parts of a big file using awk or sed script | apalex | Shell Programming and Scripting | 1 | 07-25-2005 01:45 PM |
| filter out certain column from a file | CamTu | Shell Programming and Scripting | 4 | 04-04-2005 03:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi Everyone , have a nice
i would need a little help on this i have file which contains blocks such as given below <hgsdp:msisdn=923228719047,loc; HLR SUBSCRIBER DATA SUBSCRIBER IDENTITY MSISDN IMSI STATE AUTHD 923228719047 410072110070614 CONNECTED AVAILABLE NAM 1 LOCATION DATA VLR ADDRESS MSRN MSC NUMBER LMSID 4-923210002011 923210002011 MS PURGED IN VLR END <hgsdp:msisdn=923228276174,loc; HLR SUBSCRIBER DATA SUBSCRIBER IDENTITY MSISDN IMSI STATE AUTHD 923228276174 410072520066962 CONNECTED AVAILABLE NAM 1 LOCATION DATA VLR ADDRESS MSRN MSC NUMBER LMSID 4-923210002002 923210002002 MS PURGED IN VLR END now i want to filter out MSISDN based on MSC NUMBER ( bold above ) like i only want those MSISDNs in my output file which has MSC NUMBER = 923210002022 Thanks in Anticipation Regards |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks its working like charm
but would just describe this code line by line , so that i don need to tele the whole output , whould just analyze code and this would be enuff to make sure that output is correct Regards and Thanks |