積丹尼 Dan Jacobson <[email protected]> writes: > Please be sure dired "*" commands work in tramp. > If the user does > (dired-do-shell-command "cat * > /tmp/rrr" ... > the /tmp/rrr should refer to the local machine, else he would write > /adb::/tmp !
How shall this work? `dired-do-shell-command' calls `shell-command' internally. Tramp provides a handler for this, `tramp-adb-handle-shell-command', but it is not responsible for the arguments. It takes them literally. The feature you are asking for must be implemented on dired level, I believe. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
