d5bfab8
1
2
3
4
5
# Delete all files with the suffix: `similarity_lsh.csv` Dir.chdir('data/instructions') do `find . -type f -name '*similarity_lsh.csv' -delete` end