Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
     unlink("$ARGV[1]/$_") or warn("$! unlinking $ARGV[1]/$_\n")
      if(s/$ARGV[1]// && -f "$ARGV[1]/$_" && !-e "$ARGV[0]/$_" );
    }
    
  2. or download this
    /****************************/
      jason@gost.net, wh@ckz.org
        http://jason.gost.net
    /*****************************/