From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 15:07:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECA4916A402 for ; Thu, 12 Apr 2007 15:07:22 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 9576E13C469 for ; Thu, 12 Apr 2007 15:07:12 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l3CF760o060791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 12 Apr 2007 10:07:06 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.0/8.14.0/Submit) id l3CF769h060772; Thu, 12 Apr 2007 10:07:06 -0500 (CDT) (envelope-from dan) Date: Thu, 12 Apr 2007 10:07:06 -0500 From: Dan Nelson To: Oliver Iberien Message-ID: <20070412150706.GF88325@dan.emsphone.com> References: <20070412054536.FE1B.GERARD-SEIBERT@seibercom.net> <200704120757.40975.odilist@sonic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704120757.40975.odilist@sonic.net> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-questions@freebsd.org Subject: Re: Two firefoxes, 1.5 and 2.0, script keeps running 1.5 instead of 2.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 15:07:23 -0000 In the last episode (Apr 12), Oliver Iberien said: > Thanks for this... However, I can't get the first command to work: > > bsd# pkg_delete -dfv firefox* > pkg_delete: No match. > > Is there some other way to express this, or something to tweak in my > shell I have not done? You need to escape or quote the asterisk so your shell doesn't try and expand it: firefox\* or "firefox*" -- Dan Nelson dnelson@allantgroup.com