Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beci/723909e72edfc974788997ff56982f6a to your computer and use it in GitHub Desktop.
Save beci/723909e72edfc974788997ff56982f6a to your computer and use it in GitHub Desktop.
gci -inc bin,obj -rec | rm -rec -force
# without alias: Get-ChildItem -inc bin,obj -rec | Remove-Item -rec -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment