From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 04:54:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D24106564A for ; Tue, 9 Jun 2009 04:54:43 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id B9C128FC0A for ; Tue, 9 Jun 2009 04:54:42 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2102780ywe.13 for ; Mon, 08 Jun 2009 21:54:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=igdILrlwjemlm+4O0ph+tZ6tFkzts1OVmbo5XT4wMcI=; b=Rn1j474VhcXAyCUsr6hamcUObOH6yMXG0yKh6c+XjTTCmYfwOJ/6Y23VWBu0n1IXJp Wo2js/KJHEMcSTxbq4LYmvcnqI2SZc+K3SgTHvcF9IuM+MxCumPFq/ciuPo0xy1uwQmO xje2SSbU2cQgE357X0VMxua5hrZlY7ff//XRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=lDoA6NdaVOk/Jh2X+N6xjbswzZOQcqlserkqAy2ssRha8hlDgO+GZCKUMjUcSIIP1P Z5H0I6vDSVRyWixBTLNXy3JJsiOUTYg4h4f40DNgg0m1pE7mTcxxPq2vBnh12m8cYq6m QK7FlKukRgBpceDMtiwW7nqFVCoIIbD/sU9u8= Received: by 10.150.134.21 with SMTP id h21mr14290910ybd.142.1244523282260; Mon, 08 Jun 2009 21:54:42 -0700 (PDT) Received: from ?192.168.1.241? (pool-72-69-74-200.chi01.dsl-w.verizon.net [72.69.74.200]) by mx.google.com with ESMTPS id 8sm510339ywg.23.2009.06.08.21.54.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 21:54:41 -0700 (PDT) Message-ID: <4A2DEB05.904@gmail.com> Date: Mon, 08 Jun 2009 23:54:29 -0500 From: LoH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Daniel Underwood , freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Reproduce previous stdout output without running previous command 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, 09 Jun 2009 04:54:43 -0000 Daniel Underwood wrote: > I read up on tee, but I'm not sure it does the trick. From what I > understand, tee simply enters a mode where what you type gets put into > a text file. > What actually happens is when you pipe it to tee, it shows up in a text file and on the screen. That lets you make the quick decision of whether or not to keep the file you just made. --Joseph Lenox PS: Please remember to CC to the mailing list.