<div class="gmail_quote">On Tue, Sep 8, 2009 at 4:08 PM, Aaron Konstam <span dir="ltr"><<a href="mailto:akonstam@sbcglobal.net">akonstam@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">try: yum whatprovides */xxd</div>
</blockquote><div> </div><div>One thing to note with this:  if you have a file that matches */xxd (for example, if you have /home/mike/bin/xxd and the current directory is /home/mike) yum (or maybe its bash) will expand the wildcard.</div>
<div><br></div><div>So, assuming you are in /home/mike, and /home/mike/bin/xxd exists, then:</div><div>    yum whatprovides */xxd</div><div>is the same as:</div><div>    yum whatprovides /home/mike/bin/xxd</div><div><br></div>
<div>Yum will come back and say "No matches found."  </div><div><br></div><div>If you put quotes (single or double) around the '*/xxd', yum will really do a wildcard search.</div></div>