let x=0; while x < 100 { run(` find / ls / `); // sleep(100); x=x+1; } "Process Management Test Success - All tests passed"