To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50336


User mci changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |WONTFIX
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jun 14 00:32:59 -0700 
2005 -------
Hi waustin,

thanks for using and supportingh OpenOffice.org...

? is used as a wildcard...
?.odt shows you all odt-files with exactly one character (a.odt, x.odt, 3.odt)
??.odt shows you all files with exactly two characters (aa.odt, xx.odt,ab.odt)
*.odt shows you all odt-files (a.odt, x.odt, 3.odt, aa.odt, xx.odt,ab.odt,
theNameIsMuchTooLongToRemember.odt,...)

This is the same in the Bash: 
% ls 
./        ../       a.odt     ab.odt    abc.odt
% ls ?.odt
a.odt
% ls ??.odt
ab.odt
% ls ???.odt
abc.odt
% ls *.odt
a.odt     ab.odt    abc.odt

As discussed with ES and US: set to won't fix

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to