Using bash, how can I find a file with a specific name somewhere up the directory tree from the pwd?
To be more clear. I want to find a file that sits in my working directory’s root, but I don’t know where the root is, and my pwd might be anywhere below the root.
Find
file.txtup to root