在 cygwin 控制台中,我想通过键盘发送 EOF。我尝试了 Ctrl + D、Ctrl + Z 等,然后他们出错了。
例子)
$ php
<?php
echo "test\n";
{ Push Ctrl + D, then nothing happens. }
$ php
<?php
echo "test\n";
{ Push Ctrl + Z, then "Stopped" appears and echo above doesn't invoked. }
有没有办法将 EOF 发送到 Cygwin 控制台?