RunProcess
RunProcess["command"] runs the specified external command, returning information on the outcome.
RunProcess[{"command", arg 1, arg 2, …}] runs the specified command, with command-line arguments arg i.
RunProcess[command, "prop"] returns only the specified property.
RunProcess[command, prop, input] feeds the specified initial input to the command.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.