On Sunday 15 February 2004 12:00 pm, Trey Sizemore wrote:
>
> Thanks, Dave.  One last item if you have the patience.  What would I
> need to add the output of 'uname -a'?
>
> Thanks again.

uname=string.strip(os.popen("/bin/uname -a").readline())

print uname


--
[EMAIL PROTECTED] mailing list

Reply via email to