Reputation: 1455
Using shell commands from within the Julia 1.0 REPL. ; ls
works fine, so does ;sort foo
However, I've had no success with pipes, ; ls| sort
shell> ls | sort
ls: sort: No such file or directory
ls: |: No such file or directory
Any workarounds? I'm running bash on macos.
Upvotes: 3
Views: 631