From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 09:20:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4612C16A4CE for ; Fri, 19 Nov 2004 09:20:45 +0000 (GMT) Received: from fep6.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C85B43D31 for ; Fri, 19 Nov 2004 09:20:45 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep6.cogeco.net (Postfix) with ESMTP id E464C7E0; Fri, 19 Nov 2004 04:20:43 -0500 (EST) Message-ID: <419DBAED.606@cogeco.ca> Date: Fri, 19 Nov 2004 04:20:45 -0500 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mipam References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: /bin/rm: Argument list too long. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 09:20:45 -0000 Mipam wrote: >Hi, > >I tried to delete all files from a dir, however I got this message: > >/bin/rm: Argument list too long. > >So, no go. newfs is also no option, because the dir is not a seperate fs. >Any hints exept for manual labour? >Bye, > >Mipam. > > I gather it's rm * that's not working? If so, try a subset, e.g. rm a* or something else that's fairly common, and see if you can just rm * after that. -BB