Skip to content

Instantly share code, notes, and snippets.

@nickcox
Created May 17, 2021 07:40
Show Gist options
  • Save nickcox/cdcc14599ea2a89f9471166a1581e345 to your computer and use it in GitHub Desktop.
Save nickcox/cdcc14599ea2a89f9471166a1581e345 to your computer and use it in GitHub Desktop.
Remove obj & bin directories (to a depth of four levels)
ls -Directory -Recurse -Depth 4 |? Name -In obj,bin | rm -Force -Recurse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment