In DOS, I can do a
dir /s /b ralph.txt
and it will do a search of the entire directory tree, returning the path to ralph.txt:
/chinook/apothecary/kazoo/spittle/ralph.txt
But
ls -R ralph.txt
doesn’t quite cut it in linux. What does work for finding files buried in a directory tree?