Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 solaris 上运行 Java 程序,并希望将 standout 和 standerr 都重定向到日志文件,同时仍将它们保留在控制台中。
这是我使用的命令:
Java -jar MyProgram.jar 2>&1 | tee build.log
但是,它给了我以下错误:
不明确的输出重定向
使用 ksh 或 bash,(t)csh 不支持这种语法(甚至可能不支持功能)