i'm basically doing this but with copypaste instead of the first pipe:
adb shell find / -name '*sonicPenguins*' 2>/dev/null | dos2unix | while read folder; do adb pull "$folder"; done
Undiscussed Groomed for Male Slavery, One Victim of Many Sun, 07 Aug 2022 11:37:05 -0700
i'm basically doing this but with copypaste instead of the first pipe:
adb shell find / -name '*sonicPenguins*' 2>/dev/null | dos2unix | while read folder; do adb pull "$folder"; done