In the last episode (Jan 28), Gert Cuykens said: > On Fri, 28 Jan 2005 12:59:25 -0600, Dan Nelson <[EMAIL PROTECTED]> 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 > > [EMAIL PROTECTED] 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 [EMAIL PROTECTED] _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"