What is the best way to pull multiple files using
adb pull
I have on my /sdcard/ 25 files with following name:
/sdcard/
./adb pull /sdcard <-- fails
./adb pull /sdcard
./adb pull /sdcard/ <-- works recursively - note the trailing slash
./adb pull /sdcard/
Tested with Nexus 5 and adb downloaded March 2014.