I found this to be a good way to look at many files with the same name in different subdirectories in linux.

find . -name filename.txt -exec less {} \;