j
k
j a
j l
falk.doering@fadoe.de schrieb:
PS: Suche Variante mit Phyton
[pypipe.py]:
#!/usr/bin/python import os; sum = 0 data = os.popen("./irgendeinprozess.sh").readlines() for i in data: sum += float(i[0:5]) print sum
Grüße Martin
Back to the thread
Back to the list