Help for this page

Select Code to Download


  1. or download this
    <13>Nov 13 17:27:25 OamCOMM[12260]:
    TIMESTAMP=Tue Nov 13 17:27:25 2018
    ...
    }
    Message Id=10011
    END OF REPORT
    
  2. or download this
    #!/bin/perl
    
    ...
    while  (<IN>) {
            print if /\*\sparameters after change\s\=/ .. /\*\sNRG locatio
    +n\s\=/;
    }