From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 28 Dec 2009 16:31:36 -0700 Message-ID: <68eb39920912281531jd0e4661j56adfc589a370dfc@mail.gmail.com> From: Don Bailey To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=0016e6dab0fd772789047bd24ea3 Subject: Re: [9fans] du and find Topicbox-Message-UUID: b351eff0-ead5-11e9-9d60-3106f5b1d025 --0016e6dab0fd772789047bd24ea3 Content-Type: text/plain; charset=ISO-8859-1 du -a | awk '-F\t' '{print $2}' - On Mon, Dec 28, 2009 at 4:25 PM, erik quanstrom wrote: > i agree that du -a has a few holes. too bad whitespace > is allowed in file names. i use the attached find.c. > it's also available as contrib quanstro/find. by default > the output is quoted so that it can be reparsed properly > with rc or gettokens. > > - erik --0016e6dab0fd772789047bd24ea3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable du -a | awk '-F\t' '{print $2}' -

On Mon, Dec 28, 2009 at 4:25 PM, erik quanstrom = <quanstro@quanstro.net><= /span> wrote:
i agree that du -= a has a few holes. =A0too bad whitespace
is allowed in file names. =A0i use the attached find.c.
it's also available as contrib quanstro/find. =A0by default
the output is quoted so that it can be reparsed properly
with rc or gettokens.

- erik

--0016e6dab0fd772789047bd24ea3--