emacs-orgmode
[Top][All Lists]
Advanced

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

Re: bash source code block: problem after ssh commands


From: Max Nikulin
Subject: Re: bash source code block: problem after ssh commands
Date: Sat, 18 Nov 2023 15:09:25 +0700
User-agent: Mozilla Thunderbird

On 25/10/2023 18:17, Alain.Cochard@unistra.fr wrote:
By contrast, it works with this one:

    #+begin_src bash :results output
    sshcochard@fruc.u-strasbg.fr  "echo foo>foo_file" ; echo "bar"
    #+end_src

What about

   #+begin_src bash :results output
   ssh cochard@fruc.u-strasbg.fr "echo foo>foo_file" ; echo "bar"
   echo more
   #+end_src

?




reply via email to

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