#include #include #include std::string shell_cmd(char const *cmd); void trim(std::string &s); void rtrim(std::string &s); void ltrim(std::string &s);