Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Waiting for a process without using pid
- X-seq: zsh-users 15404
- From: Anonymous bin ich <ichbinanon@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Waiting for a process without using pid
- Date: Thu, 16 Sep 2010 16:09:47 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=zKxsOS5KQCWFwbmkcZI+GVb5qKPAN9J+v3LkaxgR+Lw=; b=rKHiS1ZnNArfFDDrTCHDn7vQU5NWUW3LKW2/aUQVVDyyLjqLPWhrxzDM/vtuiSy7U4 wTov1RuQyeQDi+iAAdf+hn/AiIbDysdf11fAgxR5GrIbtMqyNgyj6pu8UZSq/s9XtsGI F/yZQbpgXhghunoJ1Zv9jh2XHaC73r969Plgg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=n0zKaiIWGeqodttIZH+iKux5Kqa4Tpsq+KTax0dA82Rpk54DpidQ6Vo99B/hMbnYVm uINUMFlnd4plFAgKDxQHOn57Nl0LA3stWO3Mlz+52VO9gpZQ4vBKY7Go+bZqM/cXMLcA ls1cajwJVYIsVGGxxsQrFQtg2mId+i/ZVHm5o=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I am trying to write a 'timeout' script, which will take 2 commands
and exit after whichever one exits first. Is there a way to do it
without using pid or polling?
--
Regards
Messages sorted by:
Reverse Date,
Date,
Thread,
Author