退出打印视图
true, false - 提供实际值
true
false
true 实用程序不执行任何操作,成功。false 实用程序不执行任何操作,不成功。它们在 shell 脚本 sh 中的一般用法如下:
while true do command done
永远执行 command。
true 退出状态为 0。
false 始终以非零值退出。
有关下列属性的说明,请参见 attributes(7):
sh(1)、attributes(7)、standards(7)