From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 11:57:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D315016A4CE for ; Tue, 15 Jun 2004 11:57:54 +0000 (GMT) Received: from outfbmx002.isp.belgacom.be (outfbmx002.isp.belgacom.be [195.238.3.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517AD43D60 for ; Tue, 15 Jun 2004 11:57:52 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx004.isp.belgacom.be (outmx004.isp.belgacom.be [195.238.2.101]) (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id i5F9GaRc017293 for ; Tue, 15 Jun 2004 11:16:36 +0200 (envelope-from ) Received: from outmx004.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i5F9GHZ1000552 for ; Tue, 15 Jun 2004 11:16:17 +0200 (envelope-from ) Received: from lori.mine.nu (160-18.244.81.adsl.skynet.be [81.244.18.160]) with ESMTP id i5F9GBBL000453; Tue, 15 Jun 2004 11:16:11 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 025467B; Tue, 15 Jun 2004 11:16:09 +0200 (CEST) Date: Tue, 15 Jun 2004 11:16:09 +0200 From: Geert Hendrickx To: Matthew Seaman Message-ID: <20040615091609.GA9077@lori.mine.nu> References: <20040614233248.GA91837@lori.mine.nu> <20040615080459.GA92278@happy-idiot-talk.infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040615080459.GA92278@happy-idiot-talk.infracaninophile.co.uk> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: setting variables in tcsh temporarily X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 11:57:54 -0000 > You need the env(1) command: > > % env DISPLAY=:0 xterm > > Syntax is just like the Bourne shell equivalent; just insert 'env' at > the beginning of the command line. > > Cheers, > > Matthew Very nice, thanks! GH