Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
jobs -d &>/dev/null still produces output?
- X-seq: zsh-users 10925
- From: "Matt Wozniski" <godlygeek@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: jobs -d &>/dev/null still produces output?
- Date: Fri, 3 Nov 2006 13:48:16 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RI9x7hh/ZxBYc5KZZAK7TW9+OjWDxpNG8IeUqbpYrT/oOX0rlk2VNzPq1lQvP9CuKlwUYFzgHEF/j2NiBPv+b+7LhbLmgrsQdo56Yjlev7CzX6MKRH31O69VZpJ3QqdqYlfTIFq2KAPDQImuAeUhxw8wWpME9W1KMTX+QohTwLQ=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: mjw@xxxxxxxxxx
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