Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    print "done.\n";
    close(EXE);
    
  2. or download this
    #!/bin/bash
    
    ...
    echo "$0 : copy-process is finished"
    kill ${wPID2}
    echo "$0 : filestat-process killed"