I have a folder in my SD Card as:
/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..
I want to pull all the jpeg files rather than all files (there are more) using adb to my current directory on the computer..
Every folder has different number of jpeg files and other files and I tried using this:
adb pull mnt/sdcard/Folder1/Folder2/Folder/*.jpg .
But it didn't work..
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)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…