From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 21:00:11 2005 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 C003116A4CE for ; Fri, 28 Jan 2005 21:00:11 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6215743D46 for ; Fri, 28 Jan 2005 21:00:11 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j0SL0AhV007289; Fri, 28 Jan 2005 15:00:10 -0600 (CST) (envelope-from dan) Date: Fri, 28 Jan 2005 15:00:10 -0600 From: Dan Nelson To: Gert Cuykens Message-ID: <20050128210010.GA67138@dan.emsphone.com> References: <41FA8808.2070901@gto.net> <20050128185925.GE70503@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org cc: gldisater@gto.net Subject: Re: does freebsd has a bit torrent client ? 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, 28 Jan 2005 21:00:11 -0000 In the last episode (Jan 28), Gert Cuykens said: > On Fri, 28 Jan 2005 12:59:25 -0600, Dan Nelson wrote: > > In the last episode (Jan 28), Gert Cuykens said: > > > i am looking and my looking tool found nothing :P > > > > > > 7rxI# find / -name *torrent* > > > /root/AOInstall15.7.3_EP0_live_nointro.torrent > > > 7rxI# > > > > I put my Kreskin memorial magic cap on and deduce that you ran this > > command from root's home directory! > > > > The shell expanded your wildcard before passing it to find, which saw > > "find / -name AOInstall15.7.3_EP0_live_nointro.torrent". Use what > > albi@scii.nl suggested: "cd /usr/ports/ ; make search key=bittorrent" > > > > This will find ports with "bittorrent" in the package name or > > description, which will match clients without torrent in their name > > (Azureus for example). > > how do you tell find to do the * before and after ? find / -name "*torrent*" -- Dan Nelson dnelson@allantgroup.com