Simple way to display the path of object file in linux terminal

There are two ways to check the path of object file, here you are:

>find / -name filename.suffix

>locate filename.suffix

the above commands will display the result list of filepath.

原文地址:https://www.cnblogs.com/Jeffrey-xu/p/4832061.html