Quote:
Originally posted by WanDaMan
Why would you have it though?
To find stuff?
Isn't there allready a way...
|
I think you miss understood. I want wildcards to be able to be used with the /find commands in RC. Sometimes you can't remember the exact name of a file, like lets say if there's a 's' at the end of the filename and etc. Let's say you're trying to find all the light#.png files you can just say:
/find light*.png
or if you're trying to find light2.png but you forgot if the filename was light2.png or lights2.png you can just do:
/find light*2.png (where * is any amount of characters)
or even
/find light?2.png (where ? is one character)
and it'll return the filename that you need.