Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

jobs -d &>/dev/null still produces output?



I'm a bit confused by something zsh is doing.

Test case:

sleep 1000 &
jobs -d &>/dev/null

Why does this still produce output?  Is there any way to redirect the
line that's still appearing on screen?  And what on earth is the
'shout' file descriptor tied to?   :)

Thanks!

~Matt



Messages sorted by: Reverse Date, Date, Thread, Author