From owner-freebsd-questions Tue Sep 18 4:41: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smeg.twowaytv.co.uk (smeg.twowaytv.co.uk [194.6.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 6EFF637B40C for ; Tue, 18 Sep 2001 04:41:01 -0700 (PDT) Received: from localhost (alex@localhost) by smeg.twowaytv.co.uk (8.11.1/8.11.1) with ESMTP id f8IBesA43300 for ; Tue, 18 Sep 2001 12:40:55 +0100 (BST) (envelope-from adyas@twowaytv.com) X-Authentication-Warning: r2d2.twowaytv.co.uk: alex owned process doing -bs Date: Tue, 18 Sep 2001 12:40:52 +0100 (BST) From: Alex Dyas X-X-Sender: To: Subject: xterm -exec question Message-ID: <20010918123643.S1269-100000@> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'm trying to do the following : xterm -exec tail -f foo.txt | grep -v bar however, the grep part seems to be interpreted outside the exec. the result is that the exec happens, the the grep happens on it's own. i would like to be able to run the whole thing, tail and grep all as part of the exec. i've tried putting quotes around parts of the line to no avail. anyone? thanks, alex.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message