From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <0f48bc7ed3d04248100868a53c5ac7b5@ladd.quanstro.net> References: <0f48bc7ed3d04248100868a53c5ac7b5@ladd.quanstro.net> Date: Mon, 28 Dec 2009 16:39:49 -0700 Message-ID: <68eb39920912281539y1dce4d6bi21166e5dbc1b89f6@mail.gmail.com> From: Don Bailey To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=0016e6d7e03bd5d441047bd26b60 Subject: Re: [9fans] du and find Topicbox-Message-UUID: b35da232-ead5-11e9-9d60-3106f5b1d025 --0016e6d7e03bd5d441047bd26b60 Content-Type: text/plain; charset=ISO-8859-1 While it's true that you'll have misses on tabs in filenames, it's much more rare to have a tab in a filename than it is to have a space, yes? There is no loss on a single quote character. You're quoting the command line argument. On Mon, Dec 28, 2009 at 4:35 PM, erik quanstrom wrote: > On Mon Dec 28 18:32:36 EST 2009, don.bailey@gmail.com wrote: > > > du -a | awk '-F\t' '{print $2}' - > > > > lossage on tabs and ' in filenames. > > - erik > > --0016e6d7e03bd5d441047bd26b60 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable While it's true that you'll have misses on tabs in filenames, it= 9;s much more rare to have a tab in a filename than it is to have a space, = yes? There is no loss on a single quote character. You're quoting the c= ommand line argument.

On Mon, Dec 28, 2009 at 4:35 PM, erik quanst= rom <quanstro= @quanstro.net> wrote:
On Mon Dec 28 18:32:36 EST 2009, don.bailey@gmail.com wrote:

> du -a | awk '-F\t' '{print $2}' -
>

lossage on tabs and ' in filenames.

- erik


--0016e6d7e03bd5d441047bd26b60--