Hi,
I'm writing a script which wraps wget with systemu, and I was hoping to pipe the stderr from wget (which includes a download progress bar) to stderr of the user running the script. This happens if one uses simple backticks, but I can't seem to get systemu to show the progress bar as it goes. Perhaps part of the problem is that systemu writes the entire stderr to file before it returns it to the calling script.
Any ideas?
Thanks,
ben