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

piping stderr



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