tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rm on file with spaces in name


From: Michael Albinus
Subject: Re: rm on file with spaces in name
Date: Wed, 03 Aug 2022 13:26:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Dan Jacobson <jidanni@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

[Prev in Thread] Current Thread [Next in Thread]