<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Python_SUBPROZESS</id>
	<title>Python SUBPROZESS - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Python_SUBPROZESS"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Python_SUBPROZESS&amp;action=history"/>
	<updated>2026-06-28T22:46:07Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Python_SUBPROZESS&amp;diff=15139&amp;oldid=prev</id>
		<title>Thomas: Die Seite wurde neu angelegt: „=Über System=  #!/usr/bin/python  import os os.system(&quot;du -sh .&quot;) =Über Subprozess=  #!/usr/bin/python  import subprocess  subprocess.check_call(['ls', '-r',…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Python_SUBPROZESS&amp;diff=15139&amp;oldid=prev"/>
		<updated>2017-11-04T20:59:48Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Über System=  #!/usr/bin/python  import os os.system(&amp;quot;du -sh .&amp;quot;) =Über Subprozess=  #!/usr/bin/python  import subprocess  subprocess.check_call([&amp;#039;ls&amp;#039;, &amp;#039;-r&amp;#039;,…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Über System=&lt;br /&gt;
 #!/usr/bin/python&lt;br /&gt;
 import os&lt;br /&gt;
os.system(&amp;quot;du -sh .&amp;quot;)&lt;br /&gt;
=Über Subprozess=&lt;br /&gt;
 #!/usr/bin/python&lt;br /&gt;
 import subprocess&lt;br /&gt;
 subprocess.check_call(['ls', '-r', '-t', '-l'])&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
	</entry>
</feed>