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.
我正在 JCShell 中执行一些命令(init-update、auth-ext 等)以与 SmartCard 进行通信。我想将所有这些日志消息写入一个文件,这样我就可以操纵它们。
执行此操作的命令/方法是什么?
谢谢
我找到了答案:
> 3 '<path>\log.txt'
就这样!从现在开始,JCShell 终端中显示的所有消息也将被重定向到 log.txt 文件。