Julia code can create, manipulate, and execute command literals, which execute in the OS's system environment. This is powerful but often makes programs less portable.
A command literal can be created using the `` literal. Information can be interpolated using the $ interpolation syntax, as with st...