为什么TCSH在退出后执行下一个命令?
免责声明:是的,我知道TCSH对于编程很糟糕。
为什么在世界上TCSH这样做?它确实退出,但没有退出代码1,并且在执行下一个命令之后。
$ tcsh
> echo hello ; exit 1 ; echo world
hello
world
exit
$ echo $?
0
Disclaimer: Yes I know tcsh is terrible for programming.
Why in the world does tcsh do this? It does exit, but not with exit code 1, and after it executes the next command.
$ tcsh
> echo hello ; exit 1 ; echo world
hello
world
exit
$ echo $?
0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论