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

command1 >>(command2)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

where is this documented?
	command1 >>(command2)

i've found that it's useful for duplicating stdout into multiple commands:
	command1 >>(command2) >>(command3)

	{ echo X ; echo Y ; } >>(egrep X) >>(egrep -v X)

but there doesn't seem to be any control over whether command2 or command3 finishes first. in the above example it ~usually~ outputs X then Y, but sometimes Y then X. is there any way to control this?

thanks...


 	...atom

 _________________________________________
 PGP key - http://atom.smasher.org/pgp.txt
 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
 -------------------------------------------------

	fascism: n. A system of government that exercises a dictatorship
	of the extreme right, typically through the merging of state and
	business leadership, together with belligerent nationalism.
		-- The American Heritage Dictionary, 1983
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.6 (FreeBSD)
Comment: What is this gibberish?
Comment: http://atom.smasher.org/links/#digital_signatures

iQEcBAEBCAAGBQJBTqaYAAoJEAx/d+cTpVci/k8IAKeeN5Rq4d1Pk0rB0LG8gU3u
BXImuMPvRf/fHkhMJvwRY+0bEBLhtfR0VCrc9Ush2nrLRyZBCF1sjk2LxPGCjogj
AL7Ferbhfng2lqUffO3ZCy+Qqe5t0o7IEn5msgSYxODNbqEZszZVA15eIZ4h0Pxv
ZQVoPFlmWnXjM46lxqSndch0W7jLUyJukjD2eUJG3mmLrYfsOenSlFWfjicPZo+c
WorP4ZCtPwdRfb0g/nELfsKPeJSZiQ6q87kZTfgwQJxchc/pr3Ch218aSGZg2W83
lDBpEGklQJfgwb190RuU0PupCH7dSWMW2iYHkugPb71TZ4B8o1Hrl2nMEiRjSKA=
=SZ6/
-----END PGP SIGNATURE-----



Messages sorted by: Reverse Date, Date, Thread, Author