Return to Snippet

Revision: 8372
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