gpt4 book ai didi

在 Windows Server 2012 上从 R 运行 Linux 命令

转载 作者:太空宇宙 更新时间:2023-11-04 12:16:51 24 4
gpt4 key购买 nike


我在 Windows Server 2012 上安装了 R,我正在尝试在 Linux 服务器上执行命令 - 类似于

bash echo\"samplecommand?filename=testfile.zip\"| nc -vv -w 2 测试服务器端口号

据我了解,WSL 存在于 Windows 10 中,这使得执行 linux bash 脚本变得容易。
是否可以在 Windows Server 2012 R2 的 R 中执行此操作,或以任何其他方式实现此操作?
谢谢

最佳答案

我认为我的问题可能措辞不正确。我想要执行的实际应用程序是 netcat (nc),所以我需要做的就是为 Windows 安装 netcat,然后执行

input = "cd C:\\folderwherenetcatisinstalled
echo samplecommand?filename=testfilename| nc -w2 servername portnumber"
system("cmd.exe", input = input)

关于在 Windows Server 2012 上从 R 运行 Linux 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47197625/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com