Overview
| Artifact ID: | d6582cb760eb4c00a1ce5f764bfdba0fafd8b472 |
|---|---|
| Ticket: | b50fb21410dababca95baa122964b2e312cb9d8a
exec redirection to append stdout and stderr to the same file |
| User & Date: | pooryorick 2017-08-24 09:31:53 |
Changes
- assignee changed to: "nobody"
- closer changed to: "nobody"
- cmimetype changed to: "text/x-fossil-wiki"
- comment changed to:
In the following example both stdout and stderr are redirected to append to the same file: <code><verbatim> exec sh -c {echo hello; echo goodbye >&2; echo hello again; echo goodbye again >&2} >>output 2>>output </verbatim></code> The file named "output" contains both "goodbye" lines, but no "hello lines". - foundin changed to: "8.6.6"
- is_private changed to: "0"
- login: "pooryorick"
- priority changed to: "5 Medium"
- private_contact changed to: "e476148cded301ffff84bcdc432536dc0c949e88"
- resolution changed to: "None"
- severity changed to: "Minor"
- status changed to: "Open"
- submitter changed to: "pooryorick"
- subsystem changed to: "16. Commands A-H"
- title changed to:
exec redirection to append stdout and stderr to the same file
- type changed to: "Bug"