Created
April 8, 2020 08:08
-
-
Save WimObiwan/382e9f02af3d3d98266a7530c5854cd8 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
dir -Recurse -Filter *.cs | gc | %{ if ($_ -match '^.*(http(?:s)?\://[^/]*/).*$') { $Matches[1] } } | select -Unique |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment