I need to list all files that have first char within a specific range.
If I use Powershell I can do this with
gci [a-c]*
How can I do it from command line?
|
I need to list all files that have first char within a specific range. If I use Powershell I can do this with
How can I do it from command line?
| ||||
|
feedback
|
|
You may use the following command:
| |||||||||
feedback
|