Skip to content

Jaime Rios

  • About
  • Github
  • LinkedIn
  • X

rm

Getting rid of build directories

May 11, 2011 by jaimerios

I wanted to get rid of the “build” directories in my source folders before prepping my source folders for git, so I used the following command to get rid of them: find . -iname “build” -type d -print -execdir rm -R ‘{}’ \;

Categories Coding Tags Delete folder, rm, Terminal 2 Comments

Recent Posts

  • Package management with CMake’s CPM
  • Automate Evernote using AppleScript
  • Unit Tests and CMake
  • clang static analyzer
  • C++ std::erase and rbegin/rend

Recent Comments

  1. Connecting with C++ – Jaime Rios on Working with REST
  2. Connecting with C++ – Jaime Rios on Making a connection using Swift
  3. Jaime on Xcode 3.1, Perforce and Scripts
  4. jaimerios.com » Blog Archive » Haversine formula now on GitHub on Calculating distance between 2 points on Earth using the Haversine formula
  5. iPhone 3G: How to show locations around a fixed point? | Questions on Calculating distance between 2 points on Earth using the Haversine formula
© 2026 Jaime Rios • Built with GeneratePress