Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: fixing rm * (was: Worm/Passwords) Message-ID: <471@auspex.UUCP> Date: 17 Nov 88 18:23:38 GMT References: <22401@cornell.UUCP> <4627@rayssd.ray.com> <8563@rpp386.Dallas.TX.US> <125@embossed.UUCP> <672@quintus.UUCP> <1232@atari.UUCP> <684@quintus.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 7 >BSDish systems impose a limit of 10,240 bytes of argv[]; Of course, SunOS 4.0 imposes a limit of #define NCARGS 0x100000 so it won't help on a 4.0 system....