Find your files using the locate command on Linux
If you love doing things using the command-line interface(CLI) or automating stuff, you would love to know about the usage of the locate command. It helps to find files by their names. You may use different kinds of options as per your need. Here we are going to list some of the possible use cases. Basic use locate foo This will try to match the name foo against the whole name of the file(this includes the path from the current directory)....