From owner-freebsd-questions@FreeBSD.ORG Sat Mar 2 17:43:19 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8C3A8669 for ; Sat, 2 Mar 2013 17:43:19 +0000 (UTC) (envelope-from jos@webrz.net) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [83.161.133.58]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8289B2 for ; Sat, 2 Mar 2013 17:43:18 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 798491644582; Sat, 2 Mar 2013 18:38:58 +0100 (CET) Received: from [10.10.10.44] (unknown [82.176.127.71]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by thetys.cloudzeeland.nl (Postfix) with ESMTPSA id 324F91644568; Sat, 2 Mar 2013 18:38:58 +0100 (CET) Message-ID: <51323A35.2090307@webrz.net> Date: Sat, 02 Mar 2013 18:43:17 +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:43:19 -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! BR, Jos Chrispijn.