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

Printing Across VLANs: A Secure and Scalable Solution

In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...