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

Background jobs and notification (stdout vs stderr)



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