gpt4 book ai didi

java - 使用 java 代码执行 *nix find 命令

转载 作者:太空宇宙 更新时间:2023-11-04 09:04:05 26 4
gpt4 key购买 nike

<分区>

我正在尝试使用 Java 代码执行查找命令。我做了以下事情:

sysCommand = "find . -name '*out*' > file1"

Runtime runtimeObj = Runtime.getRuntime();

try {
Process processObj = runtimeObj.exec(sysCommand);
processObj.waitFor();
...

这个Linux命令在我使用命令行时执行,但在Java中执行失败,为什么?

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