Glob

0.1.0

A collection of functions that let's you find files/directories using advanced glob syntax. Uses Microsoft's [File System Globbing library](https://www.nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing).

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Glob -RequiredVersion 0.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Glob -Version 0.1.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 WebMD Health Services. All rights reserved.

Package Details

Author(s)

  • WebMD Health Services

Tags

glob file directory filesystem globbing files directories search

Functions

Find-GlobFile

Dependencies

This module has no dependencies.

Release Notes


* Fixed: `Find-GlobFile` doesn't work on Linux/macOS.
* Fixed: `Find-GlobFile` doesn't respect user's preference variables.
* Improved performance. If a directory matches an excluded pattern, Glob no longer recurses into it to find files that are just going to be excluded.
* Added debug output. If you want to see what files Glob is looking at and what patterns are matching which files and which patterns and excluding which files, set your DebugPreference to `Continue`.
* Added `-Force` switch to `Find-GlobFile` to include hidden files/folders in searches.

FileList

Version History

Version Downloads Last updated
0.1.1 335,862 12/11/2019
0.1.0 (current version) 1,389 12/10/2019
0.0.0 1,732 12/14/2018