The shell command:
find ~/Documents -name "*.lck"
should list all the .lck files in the ~/Documents folder. Adjust the folder specification for the target folder.
Remember to quote your folder name if it may contain spaces.
The shell command:
find ~/Documents -name "*.lck"
should list all the .lck files in the ~/Documents folder. Adjust the folder specification for the target folder.
Remember to quote your folder name if it may contain spaces.