Joe Riel <j...@san.rr.com> writes:

> Can one use process substitution in babel? 
>
> #+BEGIN_SRC bash
> comm <(ls) <(ls)
> #+END_SRC
>
> I get an error
>
> Syntax error: "(" unexpected

FWIW, works for me:

#+BEGIN_SRC bash
comm <(ls) <(ls)
#+END_SRC

#+RESULTS:
|   |   | 0001-ob-core-remove-cruft.patch                   |
|   |   | algo.png                                          |
|   |   | auto                                              |
...

Org mode version 9.0 (release_9.0-2-g80befa @ /home/nick/elisp/org-mode/lisp/)

-- 
Nick


Reply via email to