Get-ChildItem .\ -include bin,obj -Recurse | foreach ($) { remove-item $.fullname -Force -Recurse }
Created
July 29, 2025 07:17
-
-
Save GoldenLumia/d5067dee5ae2786ef8174aa2d717e46a to your computer and use it in GitHub Desktop.
code snippets
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment