系统命令

此 API 较为底层,并且不跨平台,且可能不安全,不建议使用

const { , ,  } = await .(
  "tee",
  ["-a", "test.txt"],
  // stdin
  "hello world",
);