Created
December 18, 2012 02:41
-
-
Save tylerharper/4324532 to your computer and use it in GitHub Desktop.
Learning how other create temp file on remote machine. eshell on remote machine tailing a file creates a temp file on remote machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell-command("tail bar" #<buffer *eshell remote output*> #<buffer *eshell remote error*>) | |
eshell-remote-command("tail" ("bar")) <--- really look at this | |
eshell-external-command("tail" ("bar")) | |
eshell-plain-command("tail" ("bar")) | |
eshell-named-command("tail" ("bar")) | |
Also note tramp-sh-handle-file-local-copy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment