Profile picture Schedule a Meeting
c a n d l a n d . n e t

Deleting files recursively with PowerShell

Dusty Candland | |

This is not the hardest script to come up with, but I can think of a few times I could have used something like this.

ls -rec -inc .svn -fo | foreach {del $_ -rec -fo}

It will delete any file or folder named .svn in the current directory or below.

Webmentions

These are webmentions via the IndieWeb and webmention.io. Mention this post from your site: