Tue 2 Mar 2004
I was looking for a way to delete files with the extension LCK from multiple directories. The following command did the trick.
find /home/webs-qa -name *.LCK -exec rm -f {} \;
Plucked this from
http://pro.linuxorbit.com
Leave a Reply
You must be logged in to post a comment.
