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