I was using “find / -name xxx” but it searches only for the file name.
What I want is to include results containing “xxx” in the full path to the file.
For instance I want a file with path “/data/xxx/somefile.txt” to be included in the results.
How can I achieve this on an Android device?
@Fivesheep’s comment worked out for me.