Help for this page

Select Code to Download


  1. or download this
    #! usr/bin/perl
    use strict;
    ...
       }
    }
    
  2. or download this
    [abc@linux0059 monitor]$ perl code.pl --c config.ini
    Files Removed
    ...
    
    [abc@linux0059 monitor]$
    
  3. or download this
    [abc@linux0059 abc]$ ls
    folder  log  same1  same.txt  sample2.txt  simple
    ...
    [abc@linux0059 abc]$ touch same1
    [abc@linux0059 abc]$ echo "hai hello" > same1
    [abc@linux0059 abc]$