Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 12:40:52 +0100 (BST)
From:      Alex Dyas <adyas@twowaytv.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   xterm -exec question
Message-ID:  <20010918123643.S1269-100000@>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010918123643.S1269-100000>