Search found 1 match
- Mon Feb 02, 2009 5:52 pm
- Forum: Client - Miscellaneous
- Topic: Command Line wild card question
- Replies: 0
- Views: 10979
Command Line wild card question
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...