Defined in File utils.h
switchml::
::
Execute
A function to execute any command on the system and return the standard output as a string.
cmd – [in] the command to execute.
std::string a string that contains the standard output of the command.