Date: Fri, 28 Jan 2005 15:00:10 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Gert Cuykens <gert.cuykens@gmail.com> Cc: gldisater@gto.net Subject: Re: does freebsd has a bit torrent client ? Message-ID: <20050128210010.GA67138@dan.emsphone.com> In-Reply-To: <ef60af0905012812024a221e7c@mail.gmail.com> References: <ef60af0905012810324c9ab5c8@mail.gmail.com> <41FA8808.2070901@gto.net> <ef60af090501281043589e95ce@mail.gmail.com> <20050128185925.GE70503@dan.emsphone.com> <ef60af0905012812024a221e7c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jan 28), Gert Cuykens said: > On Fri, 28 Jan 2005 12:59:25 -0600, Dan Nelson <dnelson@allantgroup.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050128210010.GA67138>