all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Peculiar behavior of ssh -n in eshell mode
@ 2010-10-19  2:26 elgen
  2010-10-19  6:25 ` Tim X
  0 siblings, 1 reply; 3+ messages in thread
From: elgen @ 2010-10-19  2:26 UTC (permalink / raw)
  To: help-gnu-emacs

Dear all,

I am reporting the following peculiar behavior. Have one file called

run.sh
======================================
#!/bin/bash
HOST_NAME=windu

ssh -n windu "bash ./windu_mr_mistf.sh" &
=====================================


Have another file on the remote machine. It is called

windu_mr_mistf.sh
================================
echo "show me the money" > ~/output.txt
================================


If I run the command "./run.sh" inside a terminal on the local host, the 
output.txt is generated. This is expected.

If I run the command inside the eshell mode inside emacs, I would not 
receive the output.txt. Have any experienced this behavior inside emacs?

I am using GNU Emacs 23.1.1 on Ubuntu v10.0.4.

Thank you for sharing any thought.


elgen





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-20 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  2:26 Peculiar behavior of ssh -n in eshell mode elgen
2010-10-19  6:25 ` Tim X
2010-10-20 14:04   ` elgen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.