Today I Learned

2021/11/23

shell unix linux

locate searches all filenames for a keyword using a database which you can update updatedb. whereis searches for binaries using the same mechanism.

https://www.madebygps.com/an-intro-to-finding-things-in-linux/