May 2019
Beginner to intermediate
466 pages
10h 44m
English
To interact with the operating system from within the Julia REPL, there are a few helper functions available, as follows:
However, what if you want to run a shell command by using the operating system (the OS)? Julia offers efficient shell integration through the run function, which takes an object of type Cmd, defined by enclosing a command string in backticks (``).
The following are some examples for Linux or macOS X (at the time of writing: ...
Read now
Unlock full access