lo there all,<br><br>i have a simple thread that i want to run without piping any output to the terminal.<br>like if i do an<br><br>x = os.system(&quot;ping -c 1 <a href="http://www.google.com">www.google.com</a>&quot;)<br>
<br>i don&#39;t want it to show all the stuff in the terminal.<br><br>can i disable that ?<br><br>can i disable it for only certain lines?<br><br>thanks<br><br><br>