adb pull multiple files

后端 未结 12 1440
挽巷
挽巷 2020-12-04 07:28

What is the best way to pull multiple files using

adb pull

I have on my /sdcard/ 25 files with following name:



        
12条回答
  •  既然无缘
    2020-12-04 08:12

    ./adb pull /sdcard <-- fails

    ./adb pull /sdcard/ <-- works recursively - note the trailing slash

    Tested with Nexus 5 and adb downloaded March 2014.

提交回复
热议问题