system()

system ( command )

Issue a system command.

Arguments:

command: A string containing the desired system command.

Example usage:

  system("ls")
  system("rm junk")