get wget log message

2009-02-13 Thread JuergenRiemer
Hi, I didn't succeed to do the following: I download a PDF file via wget yet I am not interested in the file itself but the wget verbose output (log message) e.g. download speed, total size, etc. I know I could use < -o log.txt > and then read from that file yet this seems not very elegant. I am n

Re: get wget log message

2009-02-13 Thread JuergenRiemer
> itself but the wget verbose output (log message) e.g. download speed, > total size, etc. ahh I got it 1 minute after sending this post g commands.getstatusoutput(cmd) Juergen -- http://mail.python.org/mailman/listinfo/python-list