Ticket Change Details
Not logged in
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

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/x-fossil-wiki"
  4. 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".
    
  5. foundin changed to: "8.6.6"
  6. is_private changed to: "0"
  7. login: "pooryorick"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "e476148cded301ffff84bcdc432536dc0c949e88"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "pooryorick"
  14. subsystem changed to: "16. Commands A-H"
  15. title changed to:
    exec redirection to append stdout and stderr to the same file
    
  16. type changed to: "Bug"