将 p4 客户端重定向到输出
Redirect p4 client to a output
我正在尝试重定向的内容
p4 client
到文件 out
例如:- p4 client > out
但是我得到这个错误Vim: Warning: Output is not to a terminal
谁能帮帮我
p4 client -o clientname > out
这解决了我的问题
我正在尝试重定向的内容
p4 client
到文件 out
例如:- p4 client > out
但是我得到这个错误Vim: Warning: Output is not to a terminal
谁能帮帮我
p4 client -o clientname > out
这解决了我的问题