Date: Thu, 30 Jan 2025 11:00:36 -0600 From: MacBeth <macbeth.112...@gmail.com> Message-ID: <cagp4wjzjg-pqslc0rmym1-sl1-pseoz4u2wrf9kgn2e9upw...@mail.gmail.com>
| errwait() { while wait -n || return; do :; done; } Yes, that would also be good (could have the -p added as well if desired). kre