Is something like this possible in the Windows standard shell using wildcards only?
$ ls -1 003[5,8]0
00350
00380
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not in the standard windows command shell (cmd.exe). It understands only the ? and * wildcards; no regular expressions.
Do you have the option of installing Cygwin, Windows Powershell, or another enhanced shell?