9fans archive / 1998 / 09 / 13 / prev next
From: Tom Duff td@pix...
Subject: [9fans] Find command
Date: Wed, 2 Sep 1998 13:33:40 -0700
--PART-BOUNDARY=.19809021333.ZM4832.marvin
Content-Description: Text
Content-Type: text/plain ; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Zm-Decoding-Hint: mimencode -q -u
On Sep 2, 4:44pm, Franklin Robert Araujo Fran=E7a wrote:
> In Plan 9, how can I use the command:
>
> find . -print -exec ls -l {} \
This is roughly what you're after:
ls -l `{du -a|awk '{print $2}'}
In general, du -a is often a good substitute for find.
-- =
Tom Duff. Use at your own risk.
--PART-BOUNDARY=.19809021333.ZM4832.marvin--