adb pull 补齐in windows,cmder

in windows, whehter using cmd or cmder, its hard to adb pull and Tab complete the file you want.
For ex. There is a file in /sdcard/123.zip in device, or you can use : adb shell ls sdcard to see the file name.
Later, in cmder you can use : adb shell ls sdcard|grep xxx|clip , which mean the file name in already in clipboard.
At last, you can use “ctrl+V” in win instead of Tab in linux after typing sth like adb pull /sdcard/

你可能感兴趣的:(adb,android,linux)