zsh-users
 help / color / mirror / code / Atom feed
* weird zsh problem with background procs and scripts
@ 2006-08-12 22:35 Tyler Spivey
  2006-08-13 21:45 ` Anssi Saari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tyler Spivey @ 2006-08-12 22:35 UTC (permalink / raw)
  To: zsh-users

If you put the following into a loop it won't work. Is there a
workaround?

#!/bin/zsh
while :;do
ed &
jobs
sleep 1
done

this should launch a bunch of eds int he background, but only seems to
load one.
zsh -x shows that it's not even taking the &.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-14  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-12 22:35 weird zsh problem with background procs and scripts Tyler Spivey
2006-08-13 21:45 ` Anssi Saari
2006-08-13 21:53 ` Bart Schaefer
2006-08-14  2:39 ` Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).