Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.sources.bugs Subject: Re: FSLS - List big files in file system - (nf) Message-ID: <3951@brl-smoke.ARPA> Date: Sun, 21-Sep-86 05:24:11 EDT Article-I.D.: brl-smok.3951 Posted: Sun Sep 21 05:24:11 1986 Date-Received: Wed, 24-Sep-86 07:03:48 EDT References: <14600002@siedap.UUCP> <1273@ihlpl.UUCP> <573@ih1ap.UUCP> <1271@jade.BERKELEY.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 11 In article <1271@jade.BERKELEY.EDU> mwm@eris.UUCP (Mike Meyer) writes: -And for those of you who don't have xargs (I thought such creatures -died after v6!), you can do: - - ls -l `find / +nnn -print` - -Which shell facility is, of course, why I thought xargs-like things -died after v6... The reason "xargs" lives is that there is a limit to the total number of bytes allowed in the arguments to a command.