最佳答案
我的 SD 卡里有一个文件夹:
/mnt/sdcard/Folder1/Folder2/Folder3/*.jpg
The name of Folder1 and Folder2 remains constant and inside Folder2 I have Folder3, 4, 5 and so on.. 我想把所有的 jpeg 文件,而不是所有的文件(还有更多)使用 adb 到我的计算机工作目录。.
Every folder has 不同的号码 of jpeg files and other files and I tried using this:
adb pull mnt/sdcard/Folder1/Folder2/Folder/*.jpg .
但是没有用。 So uhmm how do I adb pull all files present in any folder of SD Card with a single command (single command because each folder has different number of files)