ADB Android Shell Find Files
To find a file in the Android Shell “ADB” you can use this command:
1 |
# busybox find "filetosearch" |
you can do the same with
1 |
# ls -R | grep "filetosearch" |
but you can’t see the directory where is the file