Revision: 8372
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 17, 2008 10:16 by luizlopes
Initial Code
find . -type f -name "*.LCK" -exec rm -f {} \;
Initial URL
http://ubuntuforums.org/showthread.php?t=216069
Initial Description
Remove *.LCK for any other extension you want to remove.
Initial Title
Recursively delete .LCK files from directory.
Initial Tags
server, find
Initial Language
Bash