From owner-freebsd-questions@FreeBSD.ORG Sat Jun 26 02:08:59 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55E21106566B for ; Sat, 26 Jun 2010 02:08:59 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 450278FC12 for ; Sat, 26 Jun 2010 02:08:58 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.102]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 25 Jun 2010 19:08:58 -0700 Message-ID: <4C256135.5030708@a1poweruser.com> Date: Sat, 26 Jun 2010 10:08:53 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jun 2010 02:08:59.0188 (UTC) FILETIME=[8A0C5F40:01CB14D4] X-Sender: fbsd1@a1poweruser.com Cc: Subject: size suffix w x 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: Sat, 26 Jun 2010 02:08:59 -0000 I have a script I am hacking. The code has a check for a size suffix. I know what m|mb|g|gb|k|kb| and the upper case version of the same letters mean. But the code also has an w|x size options. Is this a valid size type and what does it mean?