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