Skip to main content
Spurious Logic

Gotta love the UNIX CLI

Particularly when you get to use it on Windows via Cygwin.

You can save literally hours of manual labour with simple scripts. Of course the initial learning curve may also take you hours..

Today I learned:

find . -name "<Sub Directory Name" -exec rm -rf {} \;

To delete all of the sub-directories of with a particular name.