Replies: 1 comment 5 replies
-
仔细看下文档,os.execv 第二个参数是 arg list https://xmake.io/#/zh-cn/manual/builtin_modules?id=osexecv os.execv("cat", {"bin1"}, {stdout="bin2"}) 另外,有内置的 io.readfile/io.writefile/io.open/io.read/io.write 一堆跨平台接口,干嘛不用 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to merge output files via shell,
use the following commands,
The error message is,
Is there a command just execute my input in the shell like python os.system ?
Beta Was this translation helpful? Give feedback.
All reactions