Help for this page

Select Code to Download


  1. or download this
    @ARGV = "filename.txt";
    while (<>) {
        print if /ccParty<.+>DTMF<.+>/ && /_NN/;
    }
    
  2. or download this
    $ grep 'ccParty<..*>DTMF<..*>' filename.txt | grep _NN