Seek and ye shall locate
How to find files in Linux using Find, Locate and Grep…
Searching for files in a command-line Linux environment can sometimes be a non-trivial task, especially when dealing with numerous directories and large data sets.
Being able to perform these tasks via the Linux command line pays massive dividends, however, and makes you look good when you have mastered search. It also means that it is easy to automate the task and make it repeatable.
It’s important to remember that Linux is all about using the right tool for the right job well, and chaining tools together to achieve an outcome.
The powerful tools that can assist users in finding files include Find, Locate, and Grep. Let’s explore the basics and how to chain them together with pipes.