Wednesday, September 21, 2005

syntax for exec with find


I can never remeber the syntax for exectuing a command when running find, so I am writing it here.



find . -name "._*.mp3" -exec rm -f {} \;

No comments:

Post a Comment

Unlocking Raspberry Pi Potential: Navigating Network Booting Challenges for Enhanced Performance and Reliability

I've set up several Raspberry Pis around our house for various projects, but one recurring challenge is the potential for SD card failur...