From owner-freebsd-questions@FreeBSD.ORG Tue May 30 21:55:24 2006 Return-Path: X-Original-To: freebsd-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 0832116A6E0 for ; Tue, 30 May 2006 21:55:24 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB1B43D46 for ; Tue, 30 May 2006 21:55:23 +0000 (GMT) (envelope-from lars.stokholm@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so26431nfb for ; Tue, 30 May 2006 14:55:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V0wBPEbJcyi5gJ5Ow0/RHdZeSCCQsj51NnqVKP853114yR9xJ7jjeePMOHHXXpdkCPNYg/QoDM8U5zR+JlAIHhTzJEa2WQV6gAQCa6y3KeqHhvxlVHeBcJd3hyYNOGEZEx2IbCq5y+KVpdflxt9VnakmHhkBu6rfB/u4NMkAL0Y= Received: by 10.48.214.5 with SMTP id m5mr82960nfg; Tue, 30 May 2006 12:52:21 -0700 (PDT) Received: by 10.67.86.6 with HTTP; Tue, 30 May 2006 12:52:21 -0700 (PDT) Message-ID: Date: Tue, 30 May 2006 21:52:21 +0200 From: "Lars Stokholm" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Saving output of an application 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: Tue, 30 May 2006 21:55:26 -0000 I don't know how to explain this, but I remember that there is some way of saving everything that's going on in the terminal, I just don't remember the command for doing so. I think it's something along the lines of (e.g.): # something file.name (this would start logging) # portupgrade -a (or anything else) # someting something (this would stop logging and close the file) file.name would then contain all of the output of portupgrade. Can someone help me with the right command? :)