Created
August 27, 2023 14:21
-
-
Save hoelzro/3919bc2d579f94bf19ad61a2afd259a0 to your computer and use it in GitHub Desktop.
Killing this loop messes with zsh stdout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seq 1 5 | while read n ; do | |
sleep 5 | |
done > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment