cpp-main / cpp-tbox

A complete Linux application software development tool library and runtime framework, aim at make C++ development easy.

Home Page:https://github.com/cpp-main/cpp-tbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

期望支持execlv()类似的执行方式

hevake opened this issue · comments

现有函数遇到特殊字符,如 " ' $ 会出现问题。

https://github.com/cpp-main/cpp-tbox/blob/63fc6130364854705429f568b393366f422ce733/modules/util/execute_cmd.h#L25C41-L25C41

ExecuteCmd(const std::vector<std::string> &args);