【发布时间】:2015-05-20 18:08:20
【问题描述】:
Bash 中
$ nc localhost 8888 << EOF
> foo
> EOF
在 Fish 中,它崩溃了
> nc localhost 8888 << EOF
fish: Expected redirection specification, got token of type 'Redirect input to file'
nc localhost 8888 << EOF
^
【问题讨论】: