/ Published in: Bash
Remove *.LCK for any other extension you want to remove.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -name "*.LCK" -exec rm -f {} \;
URL: http://ubuntuforums.org/showthread.php?t=216069