system("while true; do echo aabbcc >> $temp_file; sleep 2; done &"); system("tail -f $temp_file >> $file &");