-
Notifications
You must be signed in to change notification settings - Fork 14
Linux交流分享
littletigerbj edited this page Aug 23, 2016
·
6 revisions
1.用Android Grok查找代码
http://192.168.0.33:8080/source/
2.如何查找文件
find ./ -name build.prop
解释:find +路径+参数(name)+文件名
find -iname build.prop