In this series of mini posts I will teach you a Linux lesson every day, it can be command , tricks , how to etc. The post will cover for beginner to advanced level. Welcome to Linux terminal.
Follow us and start learning Linux today
locate
locate is a command used to find files with specific name, extensions etc in Linux. It also capable of limiting search queries. The command may not available on Linux distributions such as Ubuntu, but can be add using the following command
$ sudo apt install locate
Following Linux manuals may help you