gpt4 book ai didi

linux - 如何在csh 中将If-else 语句写在一行中?

转载 作者:太空狗 更新时间:2023-10-29 11:25:49 25 4
gpt4 key购买 nike

我使用 Cshell 并在 oneLine 中编写 if else 语句。

如果语句成功执行,else block 将进入无限循环,无法退出返回到 promt。

有什么解决办法吗?

/home/sun_cdmasee>if ( 25 == 25 )  then ; echo "yes" ; else  echo "no" ; endif

是的

还有吗?

还有吗?

还有吗?

最佳答案

The man page说这是不可能的:

(The words else and endif must appear at the beginning of input lines; the if must appear alone on its input line or after an else.)

Don't try to program in csh.甚至不要将它用作交互式外壳。

顺便说一句,您可以通过在 else? 提示符下键入 endif 退出回到正常的 csh 提示符。

关于linux - 如何在csh 中将If-else 语句写在一行中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33729915/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com