linux中then是什么意思
then在英文字是然后的意思,linux中then是一种结构化命令,与if搭配使用。最基本的if-then结构为if commond then commonds fi,其中if后的语句成功执行就会跳转到then后的语句,否则不跳转。
最基本的if-then结构:
if commond then commonds fi
shell中,是根据命令的退出状态来的。如果成功执行命令,状态为0,则执行then后面的命令,如果没有成功执行命令,状态为0
以外的其他值,则then后面的命令则不会执行。bash shell 会移动到脚本的下一条命令。
推荐:linux系统入门
Atas ialah kandungan terperinci linux中then是什么意思. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!