Skip to content

Instantly share code, notes, and snippets.

@alikrc
Created August 11, 2020 09:56
Show Gist options
  • Save alikrc/f6c08b77d5c58c5b196368169ad24777 to your computer and use it in GitHub Desktop.
Save alikrc/f6c08b77d5c58c5b196368169ad24777 to your computer and use it in GitHub Desktop.
d:
Set-Location D:\MyProjectFolder
Get-ChildItem .\ -include bin,obj -Recurse | ForEach-Object ($_) { Remove-Item $_.FullName -Force -Recurse }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment