I forgot another useful case with write error checking.
For instance, I expect the following command to terminate,
which is not the case with ksh:

  ( trap '' PIPE; while pwd; do :; done; ) | head

Worse, with ksh93, when I hit Ctrl-C to interrupt this command,
a ksh93 process is still running, taking 100% CPU time.

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

  • Re: utilities and w... Geoff Clare via austin-group-l at The Open Group
  • Re: utilities and w... Robert Elz via austin-group-l at The Open Group
    • Re: utilities ... Stephane Chazelas via austin-group-l at The Open Group
    • Re: utilities ... Geoff Clare via austin-group-l at The Open Group
      • Re: utilit... Stephane Chazelas via austin-group-l at The Open Group
    • Re: utilities ... Joerg Schilling via austin-group-l at The Open Group
    • Re: utilities ... Robert Elz via austin-group-l at The Open Group
      • Re: utilit... Stephane Chazelas via austin-group-l at The Open Group
        • Re: ut... [email protected] via austin-group-l at The Open Group
          • Re... Vincent Lefevre via austin-group-l at The Open Group
          • Re... Vincent Lefevre via austin-group-l at The Open Group
          • Re... Geoff Clare via austin-group-l at The Open Group
      • Re: utilit... Vincent Lefevre via austin-group-l at The Open Group
      • Re: utilit... Robert Elz via austin-group-l at The Open Group
        • Re: ut... Vincent Lefevre via austin-group-l at The Open Group
          • Re... Philip Guenther via austin-group-l at The Open Group
        • Re: ut... Robert Elz via austin-group-l at The Open Group
      • Re: utilit... Geoff Clare via austin-group-l at The Open Group
        • Re: ut... Stephane Chazelas via austin-group-l at The Open Group
          • Re... Vincent Lefevre via austin-group-l at The Open Group
          • Re... Stephane Chazelas via austin-group-l at The Open Group

Reply via email to