directory. i read the keys from a file and iterate through them opening
and looking all the files under the specified directory. However only
the last key seems to be found in the files..
Code:
srcFiles = Dir.glob(File.join("**", "*.txt"))
keys = File.readlines("sp.txt")
keys.each{ |key|
Leave a comment: