Access to operating system -- system/1

system(ListOfTextObjects)
is a version of unix(shell(_)) that builds the command up out of pieces without the cost of interning a new atom, which may never be used again. It does whatever the C function system(3) does.