Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!micropro!ptsfa!dmt From: dmt@ptsfa.UUCP (Dave Turner) Newsgroups: net.sources.bugs Subject: Re: FSLS - List big files in file system - (nf) Message-ID: <1665@ptsfa.UUCP> Date: Fri, 19-Sep-86 12:23:19 EDT Article-I.D.: ptsfa.1665 Posted: Fri Sep 19 12:23:19 1986 Date-Received: Sat, 20-Sep-86 03:46:32 EDT References: <14600002@siedap.UUCP> <1273@ihlpl.UUCP> <573@ih1ap.UUCP> <1271@jade.BERKELEY.EDU> <1559@tektools.UUCP> Reply-To: dmt@ptsfa.UUCP (Dave Turner) Organization: Pacific * Bell, San Ramon, CA Lines: 10 In article <1559@tektools.UUCP> jerryp@tektools.UUCP (Jerry Peek) writes: > find / +nnn -print | xargs ls -l I hate to nitpick but if you use the xargs version you'd better use ls -ld so you don't list every directory twice: find / +nnn -print | xargs ls -ld -- Dave Turner 415/542-1299 {ihnp4,lll-crg,qantel,pyramid}!ptsfa!dmt