sometimes, an app stores its images/files under a ton of directories, do you know a good android file manager that can quickly search it ?
sometimes, an app stores its images/files under a ton of directories, do you know a good android file manager that can quickly search it ?
I use JuiceSSH (well, I use it for ssh, but it can also open a shell on the local device, so…)
Open a local shell, then
cd /storage/emulated/0
then use “find”, for example
find . -type f -iname “*.jpg” | more
I’m with this guy ^^
Here some good starter info: https://www.plesk.com/blog/various/find-files-in-linux-via-command-line/