3.3.8 Executing Shell Commands.

SHELL [command]
! [command]

Execute given shell command, by running /bin/sh -c command. For example, to see the listing of the current working directory, do:

 
MIX> ! ls -l

If no arguments are supplied, execute a subordinate shell.