From owner-freebsd-questions@FreeBSD.ORG Wed Apr 5 13:30:58 2006 Return-Path: X-Original-To: questions@freebsd.org 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 7F16E16A401 for ; Wed, 5 Apr 2006 13:30:58 +0000 (UTC) (envelope-from janchris@stud.ntnu.no) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9153443D53 for ; Wed, 5 Apr 2006 13:30:57 +0000 (GMT) (envelope-from janchris@stud.ntnu.no) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id E542913C6DA; Wed, 5 Apr 2006 15:30:55 +0200 (CEST) Received: from tiger.stud.ntnu.no (tiger.stud.ntnu.no [129.241.56.180]) by merke.itea.ntnu.no (Postfix) with ESMTP; Wed, 5 Apr 2006 15:30:55 +0200 (CEST) Received: by tiger.stud.ntnu.no (Postfix, from userid 32277) id BADBC33E7F; Wed, 5 Apr 2006 15:30:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by tiger.stud.ntnu.no (Postfix) with ESMTP id B5F91A7139; Wed, 5 Apr 2006 15:30:55 +0200 (CEST) Date: Wed, 5 Apr 2006 15:30:55 +0200 (CEST) From: Jan Christian Meyer To: Nathan Vidican In-Reply-To: <4433C8FA.4080902@wmptl.com> Message-ID: References: <4433C8FA.4080902@wmptl.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: questions@freebsd.org Subject: Re: re-attaching STDOUT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 13:30:58 -0000 > Can I re-direct the output of a given command so a specific > ttyv on the machine itself from a remote command; ie redirect > stdout for a given command to ttyv2 ? sysutils/screen in the ports collection is very convenient for this sort of thing. Sincerely, -Jan Christian Meyer