>>>>> On Sun, 24 Nov 2024, Ulrich Müller wrote: > This implements a pipestatus command, as discussed in bug 566342 [1] > and on IRC. > ╓──── > ║ Tests the shell's pipe status array, i.e. the exit status of the > ║ command(s) in the most recently executed foreground pipeline. > ║ Returns shell true (0) if all elements are zero, or the last > ║ non-zero element otherwise. If called with -v as the first argument, > ║ also outputs the pipe status array as a space-separated list. > ╙──── Updated version: - No functional changes - Minor style changes - Added a comment Thanks again for the feedback.