FSLS - List big files in file system - (nf)

Dave Turner dmt at ptsfa.UUCP
Sat Sep 20 02:23:19 AEST 1986


In article <1559 at tektools.UUCP> jerryp at 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



More information about the Comp.sources.bugs mailing list