Skip to main content

Expand wildcards in shells of Windows using the dir or the Get-ChildItem command

Project description

win_wildcard

Expand wildcards in shells of Windows using the dir or the Get-ChildItem command.

Refer the homepage for sample.

Motivation

Python has a glob module that supports posix-spec wildcards, so it is possible to create scripts with wildcards available. However, for the reasons described below, glob's wildcard is not the same as expected on the Windows command line.

The Windows shell leaves wildcard expansion to the command, so there is no standard way to expand wildcards.

Some wildcards of cmd.exe are undocumented.

There have been reports of user confusion due to wildcard specifications varying from command to command.

I thought it would be appropriate to provide a function that calls the dir command or Get-ChildItem command and uses the result of expanding the wildcard.

Such wildcard expansion would allow the user to run the dir or Get-ChildItem command to see what files are specified before executing the script.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

win_wildcard-0.5.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page