emacs-devel
[Top][All Lists]
Advanced

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

Re: executable-find in files.el


From: Stefan Monnier
Subject: Re: executable-find in files.el
Date: Tue, 17 May 2005 18:23:14 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> Just for the record, we have to distinguish the idea of running a command
>> remotely and running locally a remote command.

> You lost me there ...  Can you give examples to show the difference?

Running a command remotely is something like

        ssh <remotehost> <command>

whereas running a remote command locally is something like

        scp <remotecommand> /tmp/foo; /tmp/foo

This latter one is rarely used via SSH, but very commonly via NFS.


        Stefan




reply via email to

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