Last active
November 16, 2016 03:41
-
-
Save mishrsud/5f639ac69554d0248d9066026bd303cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MyDirectory is a subdirectory of the current directory (i.e. the directory printed by pwd) | |
| Get-ChildItem -Path .\MyDirectory -Filter *.nuspec -Recurse -Name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment