Tuesday, March 24, 2020

pull multiple files from android via adb

Got answer from https://stackoverflow.com/questions/11074671/adb-pull-multiple-files

adb shell 'ls /sdcard/DCIM/Camera/20200327*.mp4' | tr -d '\r' | xargs -n1 adb pull