I have an algorithm that starts with a file. From this file, it generates several others. I need to get all the names of these generated files, to from them, rerun my algorithm. Basically I wanted to know how to do in Shell Script to go through all the files of a directory and its subdirectories. I thought of something recursive, but as I am not aware of Shell, I was kind of lost.