From owner-freebsd-ports@FreeBSD.ORG Thu Nov 14 00:25:24 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95B6C4AA for ; Thu, 14 Nov 2013 00:25:24 +0000 (UTC) Received: from st11p05mm-asmtp001.mac.com (st11p05mm-asmtp004.mac.com [17.172.108.249]) by mx1.freebsd.org (Postfix) with ESMTP id 702F22D82 for ; Thu, 14 Nov 2013 00:25:23 +0000 (UTC) Received: from [17.198.13.205] (unknown [17.198.13.205]) by st11p05mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTPSA id <0MW800HG06E1LMB0@st11p05mm-asmtp001.mac.com> for ports@freebsd.org; Wed, 13 Nov 2013 23:25:17 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.14,0.0.0000 definitions=2013-11-13_06:2013-11-13,2013-11-13,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1308280000 definitions=main-1311130185 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Determining file size of port source From: Charles Swiger In-reply-to: Date: Wed, 13 Nov 2013 15:25:12 -0800 Content-transfer-encoding: quoted-printable Message-id: <8303C579-CF99-42D6-9635-92C7F996B15A@mac.com> References: To: Joe Nosay X-Mailer: Apple Mail (2.1510) Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 00:25:24 -0000 Hi-- On Nov 13, 2013, at 3:15 PM, Joe Nosay wrote: > "ls -lh -D Byte" does not give me the exact byte size of the archive. = What > is the correct command? ls -l _file_ is the most direct way, but you can run the file through wc = -c or do other things. Regards, --=20 -Chuck