From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 18 06:18:12 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA8C9106564A for ; Thu, 18 Jun 2009 06:18:12 +0000 (UTC) (envelope-from elias@artx.ru) Received: from round.artx.ru (round.artx.ru [80.73.175.73]) by mx1.freebsd.org (Postfix) with ESMTP id 94B458FC08 for ; Thu, 18 Jun 2009 06:18:12 +0000 (UTC) (envelope-from elias@artx.ru) Received: by round.artx.ru (Postfix, from userid 1001) id 62A175C2E; Thu, 18 Jun 2009 10:18:10 +0400 (MSD) Date: Thu, 18 Jun 2009 10:18:10 +0400 From: Ilya Orehov To: Julian Elischer Message-ID: <20090618061810.GA11636@artx.ru> Mail-Followup-To: Ilya Orehov , Julian Elischer , freebsd-hackers@freebsd.org References: <4A3959E1.1070306@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4A3959E1.1070306@elischer.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hackers@freebsd.org Subject: Re: small usr.bin/find patch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 06:18:13 -0000 +------- Julian Elischer, 2009-06-17 ------- | Alexander Best wrote: | >hi everybody, | > | >here's just a quick hack i applied to find. i very often use the -size | >switch | >and always forget if you need to append "m" or "M" for megabyte or "k" or | >"K" | >for kilobyte. after applying the patch find accepts both. ;-) | > | >cheers. | > | | Are you sure this is wise? after all 125 millibytes would be 1 bit.. | | ( :-) ) BTW, our du(1) accepts only lowercase -k and -m.