Dan Jacobson <jida...@jidanni.org> writes:

Hi Dan,

> $ adb shell touch '/sdcard/file\ with\ spaces\ in\ name'

Why that? Please use one of

$ adb shell touch '/sdcard/file with spaces in name'
$ adb shell touch /sdcard/file\ with\ spaces\ in\ name

I'm not sure that Emacs/Tramp do support escape characters in file
names, as you do.

Best regards, Michael.

Reply via email to