Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!umcp-cs!eneevax!phaedrus From: phaedrus@eneevax.UUCP (Praveen Kumar) Newsgroups: net.sources.bugs Subject: Re: FSLS - List big files in file system - (nf) Message-ID: <168@eneevax.UUCP> Date: Sat, 13-Sep-86 12:28:03 EDT Article-I.D.: eneevax.168 Posted: Sat Sep 13 12:28:03 1986 Date-Received: Sat, 13-Sep-86 21:32:03 EDT References: <14600002@siedap.UUCP> <1273@ihlpl.UUCP> <573@ih1ap.UUCP> Reply-To: phaedrus@eneevax.UUCP (Praveen Kumar) Organization: EE Dept, Maryversity of Uniland Lines: 39 >>From: sja@ih1ap.UUCP (Steve Alesch) >> > THIS PROGRAM FINDS LARGE FILES IN A GIVEN (BSD) FILE SYSTEM >> > =========================================================== >> > >... >> I don't know about BSD, but I use the following command on my 3b2 >> (System V) for clearing out big files on the disk: >> >> find / -size +nnn -print >> >> Where nnn is the cutoff point in blocks (512 byte blocks). To better >> simulate the fsls command describe above, one could type >> >> find / -size +nnn -exec ls -l {} \; > >You can bury the machine this way!!!! It's incredibly more efficient >using xargs(1) instead. > > find / -size +nnn -print | xargs ls -l > >Sorry, but this is one of my pet peeves. >-- > >Steve Alesch AT&T >(312)510-7881, ...!ihnp4!ih1ap!sja > > Well, xargs doesn't exist in the BSD universe. I looked for it on our Pyramid and our Vax 785 running 4.3 - it wasn't on either. However, our Masscomp (which is a dual universe machine) does have it. pk -- "Everybody wants a piece of pie, today," he said. "You gotta watch the ones who always keep their hands clean." phaedrus@eneevax.umd.edu or {seismo,allegra}!umcp-cs!eneevax!phaedrus