View Single Post
Old 01-04-2013, 07:26 AM   #14
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
Cant find file?
find / -iname '*'"libwebkit-1.0.so.2.5.0"'*'
(if it complains about no -iname flag just drop it)

or if you are struggling...
[root@kindle root]# find / -iname '*'"libwebkit"'*'
Drat!

Thought I had explained all of that, but forgot to mention wildcard characters.

Also forgot to mention that Busybox find does not have the "ignore case" name option.
Phooey!

PHP Code:
[root@kindle root]# find /usr -name 'libwebkit*' 
(Ignore the 'php code' tag on the above quote - that is a 'forum thing' to color the command line command.)
knc1 is offline   Reply With Quote