DEV Community

Cress
Cress

Posted on

Wildcard not expanded on powershell

What we want to do

python myapp.py folder/*.txt

Correct usage

python myapp.py (Get-Item folder/*.txt)

Top comments (0)