help-gnu-emacs
[Top][All Lists]
Advanced

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

Peculiar behavior of ssh -n in eshell mode


From: elgen
Subject: Peculiar behavior of ssh -n in eshell mode
Date: Wed, 08 Dec 2010 15:32:22 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8

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





reply via email to

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