Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug: redirecting to /dev/stdout 3x in a row
- X-seq: zsh-workers 50409
- From: Paul <paulsaksela@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Bug: redirecting to /dev/stdout 3x in a row
- Date: Wed, 13 Jul 2022 18:12:51 +0100
- Archived-at: <https://zsh.org/workers/50409>
- List-id: <zsh-workers.zsh.org>
Hello workers of zsh. I noticed that on the latest version, this command: ‘echo test > /dev/stdout > /dev/stdout > /dev/stdout’
Results in an infinite loop of echoing ‘test’. This bug seems to happen only after redirecting output more than 2 times.
Have a good day.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author