我想使用Vim来查看history(不在shell中)的结果.我认为history | vim会工作(使用结果history作为输入vim),但它返回:
$history | vim
Vim: Warning: Input is not from a terminal
Vim: Error reading input, exiting...
Vim: Finished.
Run Code Online (Sandbox Code Playgroud)
任何人都能解释一下吗?