码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-09-23 14:53:01      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

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

>find / -name filename.后缀

>locate filename.后缀

the above command will display the result list of filepath.

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

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!