Skip to content

Instantly share code, notes, and snippets.

@WimObiwan
Created April 8, 2020 08:08
Show Gist options
  • Save WimObiwan/382e9f02af3d3d98266a7530c5854cd8 to your computer and use it in GitHub Desktop.
Save WimObiwan/382e9f02af3d3d98266a7530c5854cd8 to your computer and use it in GitHub Desktop.
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