On Tue, Dec 2, 2025 at 6:16 AM Russell Harmon <russ@xxxxxx> wrote: > > $ parallel -qu -- zsh -fc 'read -d x </dev/random' ::: a > > However the above hangs forever. Add -u 0 to force reading stdin without considering it to be a terminal?