Advanced Usage of the find Utility

Adding a file name

There are other ways to search for the documentation file. Let’s suppose that we know its name. Then, we can specify its name together with an assumed path. We’ll get the find call like this:

find / -path */doc/* -name README

Run the commands discussed in this lesson in the terminal below.

Get hands-on with 1200+ tech skills courses.