From owner-freebsd-questions@FreeBSD.ORG Sat Mar 2 17:44:23 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6790E6FF for ; Sat, 2 Mar 2013 17:44:23 +0000 (UTC) (envelope-from kernel@webrz.net) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [83.161.133.58]) by mx1.freebsd.org (Postfix) with ESMTP id 292449C0 for ; Sat, 2 Mar 2013 17:44:22 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 627F81644582; Sat, 2 Mar 2013 18:40:02 +0100 (CET) Received: from [10.10.10.44] (chimea.cloudzeeland.nl [10.10.10.44]) by thetys.cloudzeeland.nl (Postfix) with ESMTPA id 420861644568; Sat, 2 Mar 2013 18:40:02 +0100 (CET) Message-ID: <51323A76.2040203@webrz.net> Date: Sat, 02 Mar 2013 18:44:22 +0100 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: "Teske, Devin" Subject: Re: rm -R References: <51321FAE.2010803@webrz.net> <13CA24D6AB415D428143D44749F57D7201EBE870@ltcfiswmsgmb21> In-Reply-To: <13CA24D6AB415D428143D44749F57D7201EBE870@ltcfiswmsgmb21> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on thetys.cloudzeeland.nl Cc: Jos Chrispijn , "freebsd-questions@FreeBSD.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 17:44:23 -0000 Teske, Devin: > rm -R -- -S > > The "--" tells it "here's the end of the options, here come the file/directories" Almost: rm -R -- -S; did it, thanks very much for you help! BR, Jos Chrispijn