Basically, I dump all data into the directory 'sdcard/2019-07-xx-xx
and there are subdirectories in 2019-07-xx-xx
. The Folder is named after the timestamp when dumping data, now I run the command:
adb pull '/sdcard/2019-07*'
but it prompted:
adb: error: failed to stat remote object 'sdcard/2019-07*': No such file or directory
who can help me out?