From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 11:20:53 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 6C27016A55F for ; Wed, 18 Feb 2004 11:20:52 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FFC43D1F for ; Wed, 18 Feb 2004 11:20:52 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc11) with ESMTP id <20040218192051013007ph8se>; Wed, 18 Feb 2004 19:20:51 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 492D212; Wed, 18 Feb 2004 14:20:51 -0500 (EST) Sender: lowell@be-well.ilk.org To: bla@dayab.ch References: <20040216210658.GB12702@bturtle.ch> <444qto8o5r.fsf@be-well.ilk.org> <20040218154803.GB587@bturtle.ch> From: Lowell Gilbert Date: 18 Feb 2004 14:20:51 -0500 In-Reply-To: <20040218154803.GB587@bturtle.ch> Message-ID: <44brnwtcrw.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: dump and : 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: Wed, 18 Feb 2004 19:20:53 -0000 bla@dayab.ch writes: > On Wed, Feb 18, 2004 at 09:20:32AM -0500, Lowell Gilbert wrote: > > bla@dayab.ch writes: > > I haven't tried this, but from looking at the man page, I might expect > > > > dump -f /path/to/dump/dir/some\:file > > > > to work... > > Sorry no, this way the colon is just escaped in the shell. True; I was just being careful there. I was hoping that the colon might be ignored if a slash had come first, on the theory that a slash would be illegal in the remote syntax anyway. It wouldn't be terribly hard to put such a check in; is it worth the effort?