Quote:
Originally Posted by twobob
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.)