foreach file in file_list { fork; if ( in child process ) { perform copy from file to destination; exit; } }