Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Background jobs and notification (stdout vs stderr)
- X-seq: zsh-users 7659
 
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
 
- To: zsh-users@xxxxxxxxxx
 
- Subject: Background jobs and notification (stdout vs stderr)
 
- Date: Fri, 2 Jul 2004 14:47:10 +0200
 
- Mail-followup-to: zsh-users@xxxxxxxxxx
 
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
 
- Sender: Vincent Lefevre <vincent@xxxxxxxxxx>
 
Let's consider:
greux:~> sleep 2&
[1] 20823
greux:~>
[1]  + done       sleep 2
greux:~>
The "[1] 20823" line is sent to stderr, whereas the "[1]  + done ..."
line is sent to stdout (I could see that with the coloring of stderr).
Is there any reason?
-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author