/ Published in: Bash
URL: http://ubuntuforums.org/showthread.php?t=216069
Remove *.LCK for any other extension you want to remove.
Expand |
Embed | Plain Text
find . -type f -name "*.LCK" -exec rm -f {} \;
You need to login to post a comment.
