I created a bundle command to open a file from a repository directory, based on the selected text. It was put in the Text bundle, with no particular context.
<p>
Here's my current (working) command.
 <p>
<code>  open "file:///path/to/repository/volume/$TM_SELECTED_TEXT.pdf"</code>
<p>
This will open the PDF file with the selected filename. <em>(I use <code>open</code> since I want to see the PDF in Acrobat, not TextMate.)</em><p>

However, now there's arbitrary (unknown) text attached to the filename, so I want to use a wildcard in this command.
 <p>
I got a suggestion to use an unquoted * as a wildcard. But if <b>AAAA</b> is selected, this command: <p>
<code>open "file:///path/to/repository/$TM_SELECTED_TEXT"*</code><p>
will open a file in Textmate named <b>AAAA*</b>, which is not what I want: I want <b>AAAA.pdf </b>and <b>AAAA-morestuff.pdf</b> to open.
<p>
Any help is appreciated.<p>
Thanks
<p>
Darryl
<p>
[I originally had this question attached as a comment to a TextMate blog entry, where Allen Odegaard posted the * wildcard suggestion, but it didn't work in this context.]

<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/A-TextMate-command-to-open-an-arbitrary-PDF-file-tf4814794.html#a13774030">A TextMate command to open an arbitrary PDF file</a><br>
Sent from the <a href="http://www.nabble.com/textmate-users-f18157.html">textmate users mailing list archive</a> at Nabble.com.<br>