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

Reply via email to