From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 2 Sep 1998 13:33:40 -0700 From: Tom Duff td@pixar.com Subject: [9fans] Find command Topicbox-Message-UUID: 7e5f9b60-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19980902203340.ugw81i2eRw10MLVBwlJR0Z5Odda16EH1LxqpD_8LdEE@z> --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--