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.

posted @ 2015-09-23 13:59  MorePrograms  阅读(199)  评论(0编辑  收藏  举报