A NOTE has been added to this issue. ====================================================================== https://austingroupbugs.net/view.php?id=1879 ====================================================================== Reported By: calestyo Assigned To: ====================================================================== Project: 1003.1(2024)/Issue8 Issue ID: 1879 Category: Shell and Utilities Type: Clarification Requested Severity: Editorial Priority: normal Status: New Name: Christoph Anton Mitterer Organization: User Reference: Section: Shell Command Language Page Number: various Line Number: various Interp Status: --- Final Accepted Text: ====================================================================== Date Submitted: 2024-11-26 04:30 UTC Last Modified: 2024-11-28 16:49 UTC ====================================================================== Summary: claifications/improvements around command/exec and special built-in redirection errors ======================================================================
---------------------------------------------------------------------- (0006977) geoffclare (manager) - 2024-11-28 16:49 https://austingroupbugs.net/view.php?id=1879#c6977 ---------------------------------------------------------------------- Note that I did not include anything for part 3 in my suggested changes because: <pre>( command exec </does-not-exist/file || exit 100; grep foo )</pre> is not guaranteed to distinguish between a redirection error and utility error, at least not portably. This is because grep can have exit status 100 on error. Issue History Date Modified Username Field Change ====================================================================== 2024-11-26 04:30 calestyo New Issue 2024-11-26 04:30 calestyo Name => Christoph Anton Mitterer 2024-11-26 04:30 calestyo Section => Shell Command Language 2024-11-26 04:30 calestyo Page Number => various 2024-11-26 04:30 calestyo Line Number => various 2024-11-26 08:23 larryv Note Added: 0006970 2024-11-26 08:26 larryv Note Edited: 0006970 2024-11-26 08:27 larryv Note Edited: 0006970 2024-11-26 18:48 calestyo Note Added: 0006971 2024-11-27 07:19 larryv Note Added: 0006972 2024-11-27 20:47 calestyo Note Added: 0006973 2024-11-27 22:57 larryv Note Added: 0006974 2024-11-28 16:21 geoffclare Note Added: 0006975 2024-11-28 16:23 geoffclare Note Edited: 0006975 2024-11-28 16:45 geoffclare Note Added: 0006976 2024-11-28 16:49 geoffclare Note Added: 0006977 ======================================================================
