From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NsQBu-0006Q0-7u for garchives@archives.gentoo.org; Fri, 19 Mar 2010 00:35:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1A84E08EE; Fri, 19 Mar 2010 00:34:44 +0000 (UTC) Received: from mail-iw0-f188.google.com (mail-iw0-f188.google.com [209.85.223.188]) by pigeon.gentoo.org (Postfix) with ESMTP id A7850E08EE for ; Fri, 19 Mar 2010 00:34:44 +0000 (UTC) Received: by iwn26 with SMTP id 26so198360iwn.9 for ; Thu, 18 Mar 2010 17:34:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Wle8XDhL97F7ujJjSHciT+b8QqAI9Vif/ugjnaW3pks=; b=VOuzNHE4uQXcPbOhEGgAI+IxXfDEzhYKdGSI5BNhe9YttL/VWgy/3M9XsATqxIh+Z0 ITdQHktPaS6HWebI3WloyiTd5GSvf5RAv2qNN/b5Kt+LAZcUStfkkrLM27r5VOyT4oyx HVQIGJqPdVi1zbDzKzJkSXPeD7fYBm2xENK/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=OUniEqeMAU5m5MNarRkLjyPTi1Zg2Y3MqMUOLF6IWKJVjVh7vSBTrF1HHBuph2t3sx FHU5MKVZjZy0PnZr9hlqhFiwjs7c/T9CH5JjqP8/frtObNU2G5bZhblf4iBb84lVlR8y L6UekgTAQlKPQOmJ45nv7YO2yBO63jS2hxhQY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.169.71 with SMTP id x7mr2071075iby.18.1268958884336; Thu, 18 Mar 2010 17:34:44 -0700 (PDT) In-Reply-To: <201003181942.56278.michaelkintzios@gmail.com> References: <201003152342.12044.michaelkintzios@gmail.com> <919d41311003172028l57da6b28kcb5e9c1f09defd4e@mail.gmail.com> <201003181942.56278.michaelkintzios@gmail.com> Date: Fri, 19 Mar 2010 13:34:44 +1300 Message-ID: <919d41311003181734s1078cc94k2c6026fca94b76aa@mail.gmail.com> Subject: Re: [gentoo-user] Problem with script calling OOCalc on amd64 From: Dan Wallis To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 79ae56cf-aac2-4655-abe6-638f23ce906f X-Archives-Hash: addbfc2c47c093fc2c3685e656c375b7 On 19 March 2010 08:42, Mick wrote: > Is there some bash incantation I can use then with OOo compiled from source, > to keep the terminal open until I close OOo? I guess something like this might do the trick: while pgrep ooffice >/dev/null; do sleep 1; done Although I'm not at my Gentoo box at the moment to test. The version of pgrep on this Debian box doesn't have a -q option, hence the redirect to devnull.