From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 19:08:19 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 8605F16A4CE for ; Thu, 11 Nov 2004 19:08:19 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2066A43D41 for ; Thu, 11 Nov 2004 19:08:19 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so71323wra for ; Thu, 11 Nov 2004 11:08:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=UEvps1JpUT2Dfl0ETUqDfp46Oyp1WpF9wFxi2dKqX/8jXOCw1tvYgH8m6KAfSvvk/sb+30rmYeks/Wl97nr8X8eFbaqnFcVKCGU3tE5ZUoB0H9sX2AHznCpW7WP6/PZmN6o2NzqhjH8pY3+PiTnYnFNIJqeYreDt8Cl6L4UluXw= Received: by 10.54.18.22 with SMTP id 22mr215369wrr; Thu, 11 Nov 2004 11:08:18 -0800 (PST) Received: by 10.54.50.38 with HTTP; Thu, 11 Nov 2004 11:08:18 -0800 (PST) Message-ID: <8292450b04111111083132f845@mail.gmail.com> Date: Thu, 11 Nov 2004 13:08:18 -0600 From: CHris Rich To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Outputting command to a text file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 19:08:19 -0000 I want to use the du command to check on the sizes of files in a directory, but i want the output to be put into a text file so I can look at it later. I did some search on google, and found nothing that applied. Searched other places (lists and things) and couldn't find what i was looking for, perhaps i was using the wrong search terms. Any help will be greatly appreciated Thanks