From owner-freebsd-current Wed May 23 4: 5:39 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6CBBF37B424 for ; Wed, 23 May 2001 04:05:36 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 May 2001 12:05:35 +0100 (BST) Date: Wed, 23 May 2001 12:05:35 +0100 From: David Malone To: Storms of Perfection Cc: current@freebsd.org Subject: Re: rm -rf question Message-ID: <20010523120535.A51664@walton.maths.tcd.ie> References: <5.1.0.14.2.20010523054956.00a98f90@208.141.46.12> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.2.20010523054956.00a98f90@208.141.46.12>; from ancient@outloud.org on Wed, May 23, 2001 at 05:51:40AM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 23, 2001 at 05:51:40AM -0500, Storms of Perfection wrote: > gary@trouble:~$ rm -rf /home/gary/public_html/mrtg/david/ > Display all 2275 possibilities? (y or n) > gary@trouble:~$ rm -rf /home/gary/public_html/mrtg/david/* > bash: /bin/rm: Argument list too long > > Is this a bug with rm? I've never come accross this on -CURRENT or -STABLE > for that matter.. Nope - you've limited to 64Kb worth of arguments by default ("sysctl kern.argmax" should show this). I guess you have some long filenames? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message