From owner-freebsd-questions@FreeBSD.ORG Mon Dec 17 13:43:50 2007 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 E0BF016A419 for ; Mon, 17 Dec 2007 13:43:50 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id B9FAB13C46A for ; Mon, 17 Dec 2007 13:43:50 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.197]) by hermes.wbtsystems.com (Postfix) with ESMTP id 77960F7412; Mon, 17 Dec 2007 13:43:47 +0000 (GMT) From: "Barry Byrne" To: "'DSA - JCR'" , References: <32989.217.114.136.135.1197898685.squirrel@mail.dsa.es> Date: Mon, 17 Dec 2007 13:43:45 -0000 Message-ID: <00af01c840b2$d80c9a00$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AchAsmmY1vxWEqI6ROy+/Te5CfawKwAAGQAA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <32989.217.114.136.135.1197898685.squirrel@mail.dsa.es> Cc: Subject: RE: How to know total number of bytes of a directory 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: Mon, 17 Dec 2007 13:43:51 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of DSA - JCR > Sent: 17 December 2007 13:38 > Hi all > > I would like to know the total number of bytes of a directory and its > related subdirs, occupied by the files inside it. I haven't found any > command for knowning it. man du - barry