Skip to content

Instantly share code, notes, and snippets.

@tylerharper
Created December 18, 2012 02:41
Show Gist options
  • Save tylerharper/4324532 to your computer and use it in GitHub Desktop.
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
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