Skip to content

Possible to pipe stderr to a the stderr of a script using systemu? #36

@wwood

Description

@wwood

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions