Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
piping stderr
- X-seq: zsh-users 14119
- From: Atom Smasher <atom@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: piping stderr
- Date: Thu, 14 May 2009 22:49:05 +1200 (NZST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Openpgp: id=0xB88D52E4D9F57808; algo=1 (RSA); size=4096; url=http://atom.smasher.org/pgp.txt
i'd like to pipe all stderr from a script into a command to do logging...
but this isn't synchronous:
exec 2> >( multilog /path/ )
i need it to be synchronous so that multiple scripts running at the same
time (and also logging debug messages) can all log together and not
clobber each others output.
is it possible to do what i'm trying?
thanks...
--
...atom
________________________
http://atom.smasher.org/
762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
-------------------------------------------------
"America may be the best country in the world, but that's
kind of like being the valedictorian of summer school."
-- Dennis Miller
Messages sorted by:
Reverse Date,
Date,
Thread,
Author