Command Line wild card question

Client feature requests, product gripes, and other general questions.

Locked
brad2575
Posts: 1
Joined: Mon Feb 02, 2009 5:43 pm

Command Line wild card question

Post by brad2575 »

When using the command line to upload files I know I can use this:
*.jpg

as a valid wild card/paramater to upload all .jpg files in a specific folder.

I should be able to do something like this as well:
IS_*.jpg

and this will upload all files starting with IS_ with the extension of .jpg.

My question is can I use a wild card to upload files that will combine BOTH sets of wild cards listed below:
IS_*.jpg
OR
PS_*.jpg

so that I will get ALL files starting with IS_ AND PS_ ?

If so how would I set that up?
Locked